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