[]
Represents a class that keeps values of two binding targets equal.
[Obfuscation(Exclude = true, ApplyToMembers = true)]
public class BindingTargetsBridge : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
This class is similar to the PropertyBridge<TPropType> class, but synchronized values are represented by bindings.
Name | Description |
---|---|
BindingTargetsBridge() |
Name | Description |
---|---|
BindingsTargetType | Gets or sets a type of synchronized bindings' target values, which is used for a value conversion. |
SourceBinding | Gets or sets a source binding. |
TargetBinding | Gets or sets a target binding. |
Name | Description |
---|---|
OnInitialized(EventArgs) | Overrides the default behavior. |