2 writes to _isToggleButton
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
371
_isToggleButton
= false;
383
_isToggleButton
= true;
2 references to _isToggleButton
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
433
if (iid == InvokePattern.Pattern && !
_isToggleButton
)
438
else if (iid == TogglePattern.Pattern &&
_isToggleButton
)