1 write to _ancestorsInvalid
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2126
set {
_ancestorsInvalid
= value; }
2 references to _ancestorsInvalid
PresentationCore (2)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (2)
1400
if (!_childrenValid ||
_ancestorsInvalid
)
2125
get { return
_ancestorsInvalid
; }