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