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