7 references to IsEnabled
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\Misc.cs (1)
87
if (!
IsEnabled
(hwnd))
MS\Internal\AutomationProxies\ProxySimple.cs (1)
205
return Misc.
IsEnabled
(_hwnd);
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
160
return !Misc.
IsEnabled
(_hwnd);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1383
if (!Misc.
IsEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
119
if (!Misc.
IsEnabled
(hwnd))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
214
return IsEnabled() && Misc.
IsEnabled
(_hwnd);
363
return !Misc.
IsEnabled
(_hwnd) || !HasValuePattern(_hwnd, _sbFlag);