41 references to IsWindowVisible
UIAutomationClientSideProviders (41)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
233if (!SafeNativeMethods.IsWindowVisible(hwnd))
MS\Internal\AutomationProxies\Misc.cs (1)
1493if (!SafeNativeMethods.IsWindowVisible(hwnd) || !SafeNativeMethods.IsWindowEnabled(hwnd))
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
229if (!SafeNativeMethods.IsWindowVisible(_hwnd))
MS\Internal\AutomationProxies\ProxySimple.cs (1)
274if (SafeNativeMethods.IsWindowVisible(_hwnd) && (bool)GetElementProperty(AutomationElement.IsEnabledProperty))
MS\Internal\AutomationProxies\WindowsButton.cs (1)
264return SafeNativeMethods.IsWindowVisible(_hwnd);
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
264if (SafeNativeMethods.IsWindowVisible(cbInfo.hwndList)) 377if (GetComboInfo(_hwnd, ref cbInfo) && SafeNativeMethods.IsWindowVisible(cbInfo.hwndItem))
MS\Internal\AutomationProxies\WindowsContainer.cs (2)
147if (!SafeNativeMethods.IsWindowVisible(hwnd)) 181if (hwndTab == IntPtr.Zero || !SafeNativeMethods.IsWindowVisible(hwndTab))
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
118if (!SafeNativeMethods.IsWindowVisible(_hwnd))
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
432if (!SafeNativeMethods.IsWindowVisible(_hwnd))
MS\Internal\AutomationProxies\WindowsListBox.cs (4)
174return IsParentedByCombo() || SafeNativeMethods.IsWindowVisible(_hwnd); 183if (!SafeNativeMethods.IsWindowVisible(_hwnd)) 931if (_listBox._parentedByCombo && !SafeNativeMethods.IsWindowVisible(_hwnd)) 957if (!SafeNativeMethods.IsWindowVisible(_hwnd))
MS\Internal\AutomationProxies\WindowsListView.cs (6)
499if (hwndHeader != IntPtr.Zero && SafeNativeMethods.IsWindowVisible (hwndHeader)) 528if (hwndHeader != IntPtr.Zero && SafeNativeMethods.IsWindowVisible (hwndHeader)) 793if (hwndHeader != IntPtr.Zero && SafeNativeMethods.IsWindowVisible (hwndHeader)) 919return SafeNativeMethods.IsWindowVisible(hwndHeader); 1168if (_groupsCollection.Contains (hwnd) && !SafeNativeMethods.IsWindowVisible (hwnd) && !SafeNativeMethods.IsWindowEnabled (hwnd)) 1837if (hwndHeader != IntPtr.Zero && SafeNativeMethods.IsWindowVisible (hwndHeader))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
328if (SafeNativeMethods.IsWindowVisible (hwndHeader))
MS\Internal\AutomationProxies\WindowsMenu.cs (13)
237if (!SafeNativeMethods.IsWindowVisible(hwndPopup)) 618if (SafeNativeMethods.IsWindowVisible (hwndPossibleParent)) 646if (SafeNativeMethods.IsWindowVisible (hwndSubMenu)) 715if (SafeNativeMethods.IsWindowVisible (hwnd)) 937if (!SafeNativeMethods.IsWindowVisible(hwndPopup)) 974if (SafeNativeMethods.IsWindowVisible (parentInfo._hwndParent)) 1214if (!SafeNativeMethods.IsWindowVisible (_hwnd) || _type == MenuItemType.Spacer) 1426if (!SafeNativeMethods.IsWindowVisible(_hwnd) || _type == MenuItemType.Spacer) 1979return (hwndSubMenu == IntPtr.Zero || !SafeNativeMethods.IsWindowVisible(hwndSubMenu)); 2020if (!SafeNativeMethods.IsWindowVisible (_hwnd)) 2065if (!SafeNativeMethods.IsWindowVisible(_hwnd)) 2098if (SafeNativeMethods.IsWindowVisible (hwndSubMenu)) 2227if (!SafeNativeMethods.IsWindowVisible (_hwnd))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
194return SafeNativeMethods.IsWindowVisible(_hwnd); 203if (SafeNativeMethods.IsWindowVisible(_hwnd) &&
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
112return SafeNativeMethods.IsWindowVisible(_hwnd);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
644if (!SafeNativeMethods.IsWindowEnabled (_hwnd) || !SafeNativeMethods.IsWindowVisible (_hwnd) || HeaderIsHidden (_hwnd))
MS\Internal\AutomationProxies\WindowsTab.cs (2)
1043if (hwndChild != IntPtr.Zero && SafeNativeMethods.IsWindowVisible(hwndChild)) 1290return (SafeNativeMethods.IsWindowEnabled(_hwnd) && SafeNativeMethods.IsWindowVisible(_hwnd));