7 references to IsEnabled
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\Misc.cs (1)
88
if (!
IsEnabled
(hwnd))
MS\Internal\AutomationProxies\ProxySimple.cs (1)
206
return Misc.
IsEnabled
(_hwnd);
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
161
return !Misc.
IsEnabled
(_hwnd);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1384
if (!Misc.
IsEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
120
if (!Misc.
IsEnabled
(hwnd))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
215
return IsEnabled() && Misc.
IsEnabled
(_hwnd);
364
return !Misc.
IsEnabled
(_hwnd) || !HasValuePattern(_hwnd, _sbFlag);