2 writes to _isEnabled
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
932
_isEnabled
= IsEnabledCore();
2099
_isEnabled
= isEnabled;
3 references to _isEnabled
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
938
return
_isEnabled
;
2091
if (isEnabled !=
_isEnabled
)
2097
_isEnabled
,