4 references to SourceProperty
PresentationFramework (4)
MS\Internal\Data\ClrBindingWorker.cs (1)
73targetDP == CollectionViewSource.SourceProperty)
System\Windows\Data\CollectionViewSource.cs (3)
107get { return (object) GetValue(SourceProperty); } 108set { SetValue(SourceProperty, value); } 951BindingExpressionBase beb = BindingOperations.GetBindingExpressionBase(this, SourceProperty);