6 references to IsWindowVisible
System.Windows.Forms (4)
System\Windows\Forms\Application.cs (1)
737if (processId == PInvoke.GetCurrentProcessId() && PInvoke.IsWindowVisible(hwnd))
System\Windows\Forms\Application.ThreadWindows.cs (1)
33if (PInvoke.IsWindowVisible(hwnd) && PInvoke.IsWindowEnabled(hwnd))
System\Windows\Forms\Control.cs (1)
2348if (PInvoke.IsWindowVisible(next))
System\Windows\Forms\Form.cs (1)
5784if (PInvoke.IsWindow(activeHwnd) && PInvoke.IsWindowVisible(activeHwnd))
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.IsWindowVisible.cs (2)
8/// <inheritdoc cref="IsWindowVisible(HWND)"/> 11BOOL result = IsWindowVisible(hWnd.Handle);