2 writes to _isEnabled
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
920
_isEnabled
= IsEnabledCore();
2087
_isEnabled
= isEnabled;
3 references to _isEnabled
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
926
return
_isEnabled
;
2079
if (isEnabled !=
_isEnabled
)
2085
_isEnabled
,