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