2 references to ToggleState
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsButton.cs (2)
400
return
ToggleState
== ToggleState.On ? true : false;
443
return
ToggleState
;