4 references to SourceProperty
PresentationFramework (4)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (1)
84targetDP == CollectionViewSource.SourceProperty)
src\Framework\System\Windows\Data\CollectionViewSource.cs (3)
110get { return (object) GetValue(SourceProperty); } 111set { SetValue(SourceProperty, value); } 954BindingExpressionBase beb = BindingOperations.GetBindingExpressionBase(this, SourceProperty);