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