41 references to IsWindowVisible
UIAutomationClientSideProviders (41)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
233
if (!SafeNativeMethods.
IsWindowVisible
(hwnd))
MS\Internal\AutomationProxies\Misc.cs (1)
1492
if (!SafeNativeMethods.
IsWindowVisible
(hwnd) || !SafeNativeMethods.IsWindowEnabled(hwnd))
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
227
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
MS\Internal\AutomationProxies\ProxySimple.cs (1)
273
if (SafeNativeMethods.
IsWindowVisible
(_hwnd) && (bool)GetElementProperty(AutomationElement.IsEnabledProperty))
MS\Internal\AutomationProxies\WindowsButton.cs (1)
263
return SafeNativeMethods.
IsWindowVisible
(_hwnd);
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
263
if (SafeNativeMethods.
IsWindowVisible
(cbInfo.hwndList))
372
if (GetComboInfo(_hwnd, ref cbInfo) && SafeNativeMethods.
IsWindowVisible
(cbInfo.hwndItem))
MS\Internal\AutomationProxies\WindowsContainer.cs (2)
146
if (!SafeNativeMethods.
IsWindowVisible
(hwnd))
180
if (hwndTab == IntPtr.Zero || !SafeNativeMethods.
IsWindowVisible
(hwndTab))
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
113
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
427
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
MS\Internal\AutomationProxies\WindowsListBox.cs (4)
170
return IsParentedByCombo() || SafeNativeMethods.
IsWindowVisible
(_hwnd);
179
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
921
if (_listBox._parentedByCombo && !SafeNativeMethods.
IsWindowVisible
(_hwnd))
947
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
MS\Internal\AutomationProxies\WindowsListView.cs (6)
495
if (hwndHeader != IntPtr.Zero && SafeNativeMethods.
IsWindowVisible
(hwndHeader))
524
if (hwndHeader != IntPtr.Zero && SafeNativeMethods.
IsWindowVisible
(hwndHeader))
789
if (hwndHeader != IntPtr.Zero && SafeNativeMethods.
IsWindowVisible
(hwndHeader))
915
return SafeNativeMethods.
IsWindowVisible
(hwndHeader);
1164
if (_groupsCollection.Contains (hwnd) && !SafeNativeMethods.
IsWindowVisible
(hwnd) && !SafeNativeMethods.IsWindowEnabled (hwnd))
1833
if (hwndHeader != IntPtr.Zero && SafeNativeMethods.
IsWindowVisible
(hwndHeader))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
327
if (SafeNativeMethods.
IsWindowVisible
(hwndHeader))
MS\Internal\AutomationProxies\WindowsMenu.cs (13)
236
if (!SafeNativeMethods.
IsWindowVisible
(hwndPopup))
617
if (SafeNativeMethods.
IsWindowVisible
(hwndPossibleParent))
645
if (SafeNativeMethods.
IsWindowVisible
(hwndSubMenu))
714
if (SafeNativeMethods.
IsWindowVisible
(hwnd))
936
if (!SafeNativeMethods.
IsWindowVisible
(hwndPopup))
973
if (SafeNativeMethods.
IsWindowVisible
(parentInfo._hwndParent))
1213
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd) || _type == MenuItemType.Spacer)
1425
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd) || _type == MenuItemType.Spacer)
1978
return (hwndSubMenu == IntPtr.Zero || !SafeNativeMethods.
IsWindowVisible
(hwndSubMenu));
2019
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
2064
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
2097
if (SafeNativeMethods.
IsWindowVisible
(hwndSubMenu))
2226
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
190
return SafeNativeMethods.
IsWindowVisible
(_hwnd);
199
if (SafeNativeMethods.
IsWindowVisible
(_hwnd) &&
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
111
return SafeNativeMethods.
IsWindowVisible
(_hwnd);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
637
if (!SafeNativeMethods.IsWindowEnabled (_hwnd) || !SafeNativeMethods.
IsWindowVisible
(_hwnd) || HeaderIsHidden (_hwnd))
MS\Internal\AutomationProxies\WindowsTab.cs (2)
1035
if (hwndChild != IntPtr.Zero && SafeNativeMethods.
IsWindowVisible
(hwndChild))
1282
return (SafeNativeMethods.IsWindowEnabled(_hwnd) && SafeNativeMethods.
IsWindowVisible
(_hwnd));