4 writes to _childrenValid
PresentationCore (4)
System\Windows\Automation\Peers\AutomationPeer.cs (4)
1498_childrenValid = true; 1505_childrenValid = false; 1893_childrenValid = false; 2210set { _childrenValid = value; }
3 references to _childrenValid
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
1485if (!_childrenValid || _ancestorsInvalid) 2094if (this._childrenValid? (this.AncestorsInvalid || (ControlType.Custom == this.GetControlType())) : (notifyStructureChanged || notifyPropertyChanged)) 2209get { return _childrenValid; }