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