63 references to IsWindowEnabled
UIAutomationClientSideProviders (63)
MS\Internal\AutomationProxies\EventManager.cs (1)
147
bool fIsReadOnly = SafeNativeMethods.
IsWindowEnabled
(hwnd);
MS\Internal\AutomationProxies\Misc.cs (2)
747
if (!SafeNativeMethods.
IsWindowEnabled
(hwnd))
1493
if (!SafeNativeMethods.IsWindowVisible(hwnd) || !SafeNativeMethods.
IsWindowEnabled
(hwnd))
MS\Internal\AutomationProxies\MSAANativeProvider.cs (5)
615
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
629
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
643
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
685
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1191
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\ProxySimple.cs (1)
529
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsButton.cs (1)
465
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
415
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
672
return (!SafeNativeMethods.
IsWindowEnabled
(WindowHandle) || Misc.IsBitSet(WindowStyle, NativeMethods.ES_READONLY));
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
113
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
427
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsIPAddress.cs (3)
117
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
363
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
402
return !SafeNativeMethods.
IsWindowEnabled
(_hwnd);
MS\Internal\AutomationProxies\WindowsListBox.cs (4)
771
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
828
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
880
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
953
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListView.cs (3)
607
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
618
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1168
if (_groupsCollection.Contains (hwnd) && !SafeNativeMethods.IsWindowVisible (hwnd) && !SafeNativeMethods.
IsWindowEnabled
(hwnd))
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
405
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (6)
385
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
410
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
448
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
517
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
546
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
658
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
240
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (1)
48
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
218
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2644
return SafeNativeMethods.
IsWindowEnabled
(_hwnd);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
375
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
163
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
460
return (!SafeNativeMethods.
IsWindowEnabled
(WindowHandle) ||
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
620
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
148
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsSlider.cs (2)
157
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
431
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (3)
467
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
644
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd) || !SafeNativeMethods.IsWindowVisible (_hwnd) || HeaderIsHidden (_hwnd))
715
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsTab.cs (7)
456
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
480
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1066
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1086
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1129
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1211
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1290
return (SafeNativeMethods.
IsWindowEnabled
(_hwnd) && SafeNativeMethods.IsWindowVisible(_hwnd));
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
403
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
646
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd)
MS\Internal\AutomationProxies\WindowsTreeView.cs (7)
962
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
993
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1028
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1078
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1107
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1149
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1189
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
207
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
512
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))