41 references to IsWindowVisible
UIAutomationClientsideProviders (41)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
237
if (!SafeNativeMethods.
IsWindowVisible
(hwnd))
MS\Internal\AutomationProxies\Misc.cs (1)
1518
if (!SafeNativeMethods.
IsWindowVisible
(hwnd) || !SafeNativeMethods.IsWindowEnabled(hwnd))
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
250
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
MS\Internal\AutomationProxies\ProxySimple.cs (1)
291
if (SafeNativeMethods.
IsWindowVisible
(_hwnd) && (bool)GetElementProperty(AutomationElement.IsEnabledProperty))
MS\Internal\AutomationProxies\WindowsButton.cs (1)
280
return SafeNativeMethods.
IsWindowVisible
(_hwnd);
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
281
if (SafeNativeMethods.
IsWindowVisible
(cbInfo.hwndList))
394
if (GetComboInfo(_hwnd, ref cbInfo) && SafeNativeMethods.
IsWindowVisible
(cbInfo.hwndItem))
MS\Internal\AutomationProxies\WindowsContainer.cs (2)
164
if (!SafeNativeMethods.
IsWindowVisible
(hwnd))
198
if (hwndTab == IntPtr.Zero || !SafeNativeMethods.
IsWindowVisible
(hwndTab))
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
138
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
445
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
MS\Internal\AutomationProxies\WindowsListBox.cs (4)
186
return IsParentedByCombo() || SafeNativeMethods.
IsWindowVisible
(_hwnd);
195
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
943
if (_listBox._parentedByCombo && !SafeNativeMethods.
IsWindowVisible
(_hwnd))
969
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
MS\Internal\AutomationProxies\WindowsListView.cs (6)
509
if (hwndHeader != IntPtr.Zero && SafeNativeMethods.
IsWindowVisible
(hwndHeader))
538
if (hwndHeader != IntPtr.Zero && SafeNativeMethods.
IsWindowVisible
(hwndHeader))
803
if (hwndHeader != IntPtr.Zero && SafeNativeMethods.
IsWindowVisible
(hwndHeader))
930
return SafeNativeMethods.
IsWindowVisible
(hwndHeader);
1179
if (_groupsCollection.Contains (hwnd) && !SafeNativeMethods.
IsWindowVisible
(hwnd) && !SafeNativeMethods.IsWindowEnabled (hwnd))
1844
if (hwndHeader != IntPtr.Zero && SafeNativeMethods.
IsWindowVisible
(hwndHeader))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
336
if (SafeNativeMethods.
IsWindowVisible
(hwndHeader))
MS\Internal\AutomationProxies\WindowsMenu.cs (13)
253
if (!SafeNativeMethods.
IsWindowVisible
(hwndPopup))
634
if (SafeNativeMethods.
IsWindowVisible
(hwndPossibleParent))
662
if (SafeNativeMethods.
IsWindowVisible
(hwndSubMenu))
731
if (SafeNativeMethods.
IsWindowVisible
(hwnd))
954
if (!SafeNativeMethods.
IsWindowVisible
(hwndPopup))
991
if (SafeNativeMethods.
IsWindowVisible
(parentInfo._hwndParent))
1232
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd) || _type == MenuItemType.Spacer)
1446
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd) || _type == MenuItemType.Spacer)
1999
return (hwndSubMenu == IntPtr.Zero || !SafeNativeMethods.
IsWindowVisible
(hwndSubMenu));
2040
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
2085
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
2118
if (SafeNativeMethods.
IsWindowVisible
(hwndSubMenu))
2247
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
208
return SafeNativeMethods.
IsWindowVisible
(_hwnd);
217
if (SafeNativeMethods.
IsWindowVisible
(_hwnd) &&
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
121
return SafeNativeMethods.
IsWindowVisible
(_hwnd);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
656
if (!SafeNativeMethods.IsWindowEnabled (_hwnd) || !SafeNativeMethods.
IsWindowVisible
(_hwnd) || HeaderIsHidden (_hwnd))
MS\Internal\AutomationProxies\WindowsTab.cs (2)
1041
if (hwndChild != IntPtr.Zero && SafeNativeMethods.
IsWindowVisible
(hwndChild))
1288
return (SafeNativeMethods.IsWindowEnabled(_hwnd) && SafeNativeMethods.
IsWindowVisible
(_hwnd));