8 writes to ChildrenValid
PresentationFramework (8)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
230peer.ChildrenValid = false;
System\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs (1)
107peer.ChildrenValid = false;
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
484peer.ChildrenValid = false;
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (2)
194groupItemPeer.ChildrenValid = true; 299ChildrenValid = true;
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (2)
116groupItemPeer.ChildrenValid = true; 205peer.ChildrenValid = false;
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
102peer.ChildrenValid = false;
1 reference to ChildrenValid
PresentationFramework (1)
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
245if (peer.ChildrenValid && peer.Children == null && this.AncestorsInvalid)