3 overrides of AncestorsInvalid
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
915internal override bool AncestorsInvalid
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
33internal override bool AncestorsInvalid
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
29internal override bool AncestorsInvalid
11 writes to AncestorsInvalid
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
2097AncestorsInvalid = false; 2105AncestorsInvalid = false; 2123AncestorsInvalid = true;
PresentationFramework (8)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
920base.AncestorsInvalid = value;
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
38base.AncestorsInvalid = value;
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (3)
193groupItemPeer.AncestorsInvalid = true; 248wrapperPeer.AncestorsInvalid = true; 298AncestorsInvalid = true;
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
34base.AncestorsInvalid = value;
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
115groupItemPeer.AncestorsInvalid = true;
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
101peer.AncestorsInvalid = false;
14 references to AncestorsInvalid
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2093if (this._childrenValid? (this.AncestorsInvalid || (ControlType.Custom == this.GetControlType())) : (notifyStructureChanged || notifyPropertyChanged)) 2121if (!AncestorsInvalid)
PresentationFramework (12)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (2)
917get { return base.AncestorsInvalid; } 924wrapperPeer?.AncestorsInvalid = false;
System\Windows\Automation\Peers\DataGridColumnHeaderItemAutomationPeer.cs (1)
208wrapperPeer?.AncestorsInvalid = false;
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (2)
35get { return base.AncestorsInvalid; } 42wrapperPeer?.AncestorsInvalid = false;
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (3)
171if (itemsControlAP.RecentlyRealizedPeers.Count > 0 && this.AncestorsInvalid) 185if (this.AncestorsInvalid) 245if (peer.ChildrenValid && peer.Children == null && this.AncestorsInvalid)
System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
31get { return base.AncestorsInvalid; } 38wrapperPeer?.AncestorsInvalid = false;
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (2)
93if (_recentlyRealizedPeers != null && _recentlyRealizedPeers.Count > 0 && this.AncestorsInvalid) 107if (this.AncestorsInvalid)