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