Table of Contents

Class BindingProxy

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll

A Freezable that can be used to bridge data binding across visual tree boundaries. Place in resources and bind Data to the desired value, then reference from DataTemplates.

public class BindingProxy : Freezable
Inheritance
BindingProxy
Inherited Members

Fields

DataProperty

public static readonly DependencyProperty DataProperty

Field Value

DependencyProperty

Properties

Data

public object Data { get; set; }

Property Value

object

Methods

CreateInstanceCore()

When implemented in a derived class, creates a new instance of the Freezable derived class.

protected override Freezable CreateInstanceCore()

Returns

Freezable

The new instance.