63 references to IsWindowEnabled
UIAutomationClientsideProviders (63)
MS\Internal\AutomationProxies\EventManager.cs (1)
160
bool fIsReadOnly = SafeNativeMethods.
IsWindowEnabled
(hwnd);
MS\Internal\AutomationProxies\Misc.cs (2)
766
if (!SafeNativeMethods.
IsWindowEnabled
(hwnd))
1518
if (!SafeNativeMethods.IsWindowVisible(hwnd) || !SafeNativeMethods.
IsWindowEnabled
(hwnd))
MS\Internal\AutomationProxies\MSAANativeProvider.cs (5)
640
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
654
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
668
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
710
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1225
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\ProxySimple.cs (1)
546
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsButton.cs (1)
481
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
432
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
737
return (!SafeNativeMethods.
IsWindowEnabled
(WindowHandle) || Misc.IsBitSet(WindowStyle, NativeMethods.ES_READONLY));
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
133
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
440
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsIPAddress.cs (3)
131
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
380
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
419
return !SafeNativeMethods.
IsWindowEnabled
(_hwnd);
MS\Internal\AutomationProxies\WindowsListBox.cs (4)
783
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
840
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
892
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
965
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListView.cs (3)
617
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
628
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1179
if (_groupsCollection.Contains (hwnd) && !SafeNativeMethods.IsWindowVisible (hwnd) && !SafeNativeMethods.
IsWindowEnabled
(hwnd))
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
414
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (6)
395
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
420
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
458
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
527
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
556
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
668
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
247
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (1)
59
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
226
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2664
return SafeNativeMethods.
IsWindowEnabled
(_hwnd);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
391
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
179
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
504
return (!SafeNativeMethods.
IsWindowEnabled
(WindowHandle) ||
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
633
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
157
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsSlider.cs (2)
173
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
447
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (3)
479
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
656
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd) || !SafeNativeMethods.IsWindowVisible (_hwnd) || HeaderIsHidden (_hwnd))
727
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsTab.cs (7)
455
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
479
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1064
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1084
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1127
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1209
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1288
return (SafeNativeMethods.
IsWindowEnabled
(_hwnd) && SafeNativeMethods.IsWindowVisible(_hwnd));
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
415
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
657
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd)
MS\Internal\AutomationProxies\WindowsTreeView.cs (7)
973
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1004
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1039
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1089
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1118
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1160
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1200
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
224
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
529
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))