2 writes to _isToggleButton
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
378
_isToggleButton
= false;
390
_isToggleButton
= true;
2 references to _isToggleButton
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
440
if (iid == InvokePattern.Pattern && !
_isToggleButton
)
445
else if (iid == TogglePattern.Pattern &&
_isToggleButton
)