63 references to IsWindowEnabled
UIAutomationClientSideProviders (63)
MS\Internal\AutomationProxies\EventManager.cs (1)
146
bool fIsReadOnly = SafeNativeMethods.
IsWindowEnabled
(hwnd);
MS\Internal\AutomationProxies\Misc.cs (2)
746
if (!SafeNativeMethods.
IsWindowEnabled
(hwnd))
1492
if (!SafeNativeMethods.IsWindowVisible(hwnd) || !SafeNativeMethods.
IsWindowEnabled
(hwnd))
MS\Internal\AutomationProxies\MSAANativeProvider.cs (5)
614
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
628
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
642
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
684
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1190
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\ProxySimple.cs (1)
528
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsButton.cs (1)
461
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
410
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
671
return (!SafeNativeMethods.
IsWindowEnabled
(WindowHandle) || Misc.IsBitSet(WindowStyle, NativeMethods.ES_READONLY));
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
108
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
422
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsIPAddress.cs (3)
116
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
362
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
401
return !SafeNativeMethods.
IsWindowEnabled
(_hwnd);
MS\Internal\AutomationProxies\WindowsListBox.cs (4)
761
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
818
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
870
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
943
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListView.cs (3)
603
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
614
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1164
if (_groupsCollection.Contains (hwnd) && !SafeNativeMethods.IsWindowVisible (hwnd) && !SafeNativeMethods.
IsWindowEnabled
(hwnd))
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
404
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (6)
384
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
409
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
447
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
516
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
545
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
657
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
239
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (1)
47
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
217
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2643
return SafeNativeMethods.
IsWindowEnabled
(_hwnd);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
374
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
162
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
459
return (!SafeNativeMethods.
IsWindowEnabled
(WindowHandle) ||
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
616
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
147
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsSlider.cs (2)
156
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
430
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (3)
463
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
637
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd) || !SafeNativeMethods.IsWindowVisible (_hwnd) || HeaderIsHidden (_hwnd))
708
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsTab.cs (7)
448
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
472
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1058
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1078
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1121
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1203
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1282
return (SafeNativeMethods.
IsWindowEnabled
(_hwnd) && SafeNativeMethods.IsWindowVisible(_hwnd));
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
402
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
642
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd)
MS\Internal\AutomationProxies\WindowsTreeView.cs (7)
957
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
988
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1023
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1073
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1102
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1144
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
1184
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
203
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))
508
if (!SafeNativeMethods.
IsWindowEnabled
(_hwnd))