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