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