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