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