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