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