41 references to IsWindowVisible
UIAutomationClientSideProviders (41)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
233
if (!SafeNativeMethods.
IsWindowVisible
(hwnd))
MS\Internal\AutomationProxies\Misc.cs (1)
1493
if (!SafeNativeMethods.
IsWindowVisible
(hwnd) || !SafeNativeMethods.IsWindowEnabled(hwnd))
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
228
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
MS\Internal\AutomationProxies\ProxySimple.cs (1)
274
if (SafeNativeMethods.
IsWindowVisible
(_hwnd) && (bool)GetElementProperty(AutomationElement.IsEnabledProperty))
MS\Internal\AutomationProxies\WindowsButton.cs (1)
264
return SafeNativeMethods.
IsWindowVisible
(_hwnd);
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
264
if (SafeNativeMethods.
IsWindowVisible
(cbInfo.hwndList))
373
if (GetComboInfo(_hwnd, ref cbInfo) && SafeNativeMethods.
IsWindowVisible
(cbInfo.hwndItem))
MS\Internal\AutomationProxies\WindowsContainer.cs (2)
147
if (!SafeNativeMethods.
IsWindowVisible
(hwnd))
181
if (hwndTab == IntPtr.Zero || !SafeNativeMethods.
IsWindowVisible
(hwndTab))
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
114
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
428
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
MS\Internal\AutomationProxies\WindowsListBox.cs (4)
171
return IsParentedByCombo() || SafeNativeMethods.
IsWindowVisible
(_hwnd);
180
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
922
if (_listBox._parentedByCombo && !SafeNativeMethods.
IsWindowVisible
(_hwnd))
948
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
MS\Internal\AutomationProxies\WindowsListView.cs (6)
496
if (hwndHeader != IntPtr.Zero && SafeNativeMethods.
IsWindowVisible
(hwndHeader))
525
if (hwndHeader != IntPtr.Zero && SafeNativeMethods.
IsWindowVisible
(hwndHeader))
790
if (hwndHeader != IntPtr.Zero && SafeNativeMethods.
IsWindowVisible
(hwndHeader))
916
return SafeNativeMethods.
IsWindowVisible
(hwndHeader);
1165
if (_groupsCollection.Contains (hwnd) && !SafeNativeMethods.
IsWindowVisible
(hwnd) && !SafeNativeMethods.IsWindowEnabled (hwnd))
1834
if (hwndHeader != IntPtr.Zero && SafeNativeMethods.
IsWindowVisible
(hwndHeader))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
328
if (SafeNativeMethods.
IsWindowVisible
(hwndHeader))
MS\Internal\AutomationProxies\WindowsMenu.cs (13)
237
if (!SafeNativeMethods.
IsWindowVisible
(hwndPopup))
618
if (SafeNativeMethods.
IsWindowVisible
(hwndPossibleParent))
646
if (SafeNativeMethods.
IsWindowVisible
(hwndSubMenu))
715
if (SafeNativeMethods.
IsWindowVisible
(hwnd))
937
if (!SafeNativeMethods.
IsWindowVisible
(hwndPopup))
974
if (SafeNativeMethods.
IsWindowVisible
(parentInfo._hwndParent))
1214
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd) || _type == MenuItemType.Spacer)
1426
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd) || _type == MenuItemType.Spacer)
1979
return (hwndSubMenu == IntPtr.Zero || !SafeNativeMethods.
IsWindowVisible
(hwndSubMenu));
2020
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
2065
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
2098
if (SafeNativeMethods.
IsWindowVisible
(hwndSubMenu))
2227
if (!SafeNativeMethods.
IsWindowVisible
(_hwnd))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
191
return SafeNativeMethods.
IsWindowVisible
(_hwnd);
200
if (SafeNativeMethods.
IsWindowVisible
(_hwnd) &&
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
112
return SafeNativeMethods.
IsWindowVisible
(_hwnd);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
638
if (!SafeNativeMethods.IsWindowEnabled (_hwnd) || !SafeNativeMethods.
IsWindowVisible
(_hwnd) || HeaderIsHidden (_hwnd))
MS\Internal\AutomationProxies\WindowsTab.cs (2)
1036
if (hwndChild != IntPtr.Zero && SafeNativeMethods.
IsWindowVisible
(hwndChild))
1283
return (SafeNativeMethods.IsWindowEnabled(_hwnd) && SafeNativeMethods.
IsWindowVisible
(_hwnd));