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)
462
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
411
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)
109
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
423
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)
762
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
819
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
871
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
944
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListView.cs (3)
604
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
615
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1165
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)
617
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)
464
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
638
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd) || !SafeNativeMethods.IsWindowVisible (_hwnd) || HeaderIsHidden (_hwnd))
709
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsTab.cs (7)
449
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
473
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1059
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1079
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1122
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1204
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1283
return (SafeNativeMethods.
IsWindowEnabled
(_hwnd) && SafeNativeMethods.IsWindowVisible(_hwnd));
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
403
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
643
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd)
MS\Internal\AutomationProxies\WindowsTreeView.cs (7)
958
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
989
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1024
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1074
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1103
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1145
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1185
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
204
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
509
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))