2 references to ToggleState
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsButton.cs (2)
380
return
ToggleState
== ToggleState.On ? true : false;
423
return
ToggleState
;