7 references to IsEnabled
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\Misc.cs (1)
103
if (!
IsEnabled
(hwnd))
MS\Internal\AutomationProxies\ProxySimple.cs (1)
221
return Misc.
IsEnabled
(_hwnd);
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
175
return !Misc.
IsEnabled
(_hwnd);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1404
if (!Misc.
IsEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
130
if (!Misc.
IsEnabled
(hwnd))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
232
return IsEnabled() && Misc.
IsEnabled
(_hwnd);
382
return !Misc.
IsEnabled
(_hwnd) || !HasValuePattern(_hwnd, _sbFlag);