1 override of UsesDependencyProperty
PresentationFramework (1)
MS\Internal\Data\ClrBindingWorker.cs (1)
268
internal override bool
UsesDependencyProperty
(DependencyObject d, DependencyProperty dp)
1 reference to UsesDependencyProperty
PresentationFramework (1)
System\Windows\Data\BindingExpression.cs (1)
244
relevant = (Worker != null) && (Worker.
UsesDependencyProperty
(d, dp));