7 references to IsEnabled
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\Misc.cs (1)
92
if (!
IsEnabled
(hwnd))
MS\Internal\AutomationProxies\ProxySimple.cs (1)
210
return Misc.
IsEnabled
(_hwnd);
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
161
return !Misc.
IsEnabled
(_hwnd);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1389
if (!Misc.
IsEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
120
if (!Misc.
IsEnabled
(hwnd))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
218
return IsEnabled() && Misc.
IsEnabled
(_hwnd);
367
return !Misc.
IsEnabled
(_hwnd) || !HasValuePattern(_hwnd, _sbFlag);