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