2 references to IgnoreSourcePropertyChange
PresentationFramework (2)
MS\Internal\Data\BindingWorker.cs (1)
78
protected bool IgnoreSourcePropertyChange { get { return ParentBindingExpression.
IgnoreSourcePropertyChange
; } }
System\Windows\Data\BindingExpression.cs (1)
219
bool relevant = !
IgnoreSourcePropertyChange
;