2 writes to _isEnabled
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
921
_isEnabled
= IsEnabledCore();
2088
_isEnabled
= isEnabled;
3 references to _isEnabled
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
927
return
_isEnabled
;
2080
if (isEnabled !=
_isEnabled
)
2086
_isEnabled
,