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