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