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