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