2 writes to _isToggleButton
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
386
_isToggleButton
= false;
398
_isToggleButton
= true;
2 references to _isToggleButton
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
448
if (iid == InvokePattern.Pattern && !
_isToggleButton
)
453
else if (iid == TogglePattern.Pattern &&
_isToggleButton
)