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