1 override of SourcePropertyName
PresentationFramework (1)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (1)
148internal override string SourcePropertyName
1 reference to SourcePropertyName
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingExpression.cs (1)
378get { return (Worker != null) ? Worker.SourcePropertyName : null; }