3 writes to AncestorsInvalid
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
2109AncestorsInvalid = false; 2117AncestorsInvalid = false; 2135AncestorsInvalid = true;
2 references to AncestorsInvalid
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2105if (this._childrenValid? (this.AncestorsInvalid || (ControlType.Custom == this.GetControlType())) : (notifyStructureChanged || notifyPropertyChanged)) 2133if (!AncestorsInvalid)