4 writes to _childrenValid
PresentationCore (4)
System\Windows\Automation\Peers\AutomationPeer.cs (4)
1509_childrenValid = true; 1516_childrenValid = false; 1904_childrenValid = false; 2221set { _childrenValid = value; }
3 references to _childrenValid
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
1496if (!_childrenValid || _ancestorsInvalid) 2105if (this._childrenValid? (this.AncestorsInvalid || (ControlType.Custom == this.GetControlType())) : (notifyStructureChanged || notifyPropertyChanged)) 2220get { return _childrenValid; }