|
Only System.Windows.DependencyProperty, or more precisely System.Windows.PropertyMetadata supports the nifty CoerceValue callback . I wonder why we have two separate families of ...
|
|
Databinding ; System.Windows.DependencyProperty: Tracing for the dependency property system ; System.Windows.Documents ; System.Windows.Freezable:
|
|
method public hidebysig instance void SetResourceReference(class [WindowsBase]System.Windows.DependencyProperty dp, ...
|
|
... instead. ;) Cheers, Drew [1] IL for SetResourceReference: .method public hidebysig instance void SetResourceReference(class [WindowsBase]System.Windows.DependencyProperty dp ...
|
|
DependencyProperty is a CLR class, and DockProperty is a CLR field defined within DockPanel class: .field public static initonly [WindowsBase]System.Windows.DependencyProperty Read ...
|
|
DependencyProperty is a CLR class, and DockProperty is a CLR field defined within DockPanel class: .field public static initonly [WindowsBase]System.Windows.DependencyProperty
|
|
Property Value Type: System.Windows . . :: . DependencyProperty. The dependency property. ... Windows Vista. The .NET Framework and .NET Compact Framework do not support ...
|
|
Represents a dependency property that is registered with the Windows Presentation Foundation (WPF) property system. Dependency properties provide support for value expressions ...
|