12 references to GetWindow
Microsoft.VisualBasic.Forms (12)
Microsoft\VisualBasic\Interaction.vb (12)
26
hwndOwned = NativeMethods.
GetWindow
(hwndApp, NativeTypes.GW_HWNDFIRST)
28
If IntPtr.op_Equality(NativeMethods.
GetWindow
(hwndOwned, NativeTypes.GW_OWNER), hwndApp) Then
31
hwndOwned = NativeMethods.
GetWindow
(hwndApp, NativeTypes.GW_HWNDFIRST)
36
hwndOwned = NativeMethods.
GetWindow
(hwndOwned, NativeTypes.GW_HWNDNEXT)
108
Dim windowHandle As IntPtr = NativeMethods.
GetWindow
(NativeMethods.GetDesktopWindow(), NativeTypes.GW_CHILD)
117
windowHandle = NativeMethods.
GetWindow
(windowHandle, NativeTypes.GW_HWNDNEXT)
122
windowHandle = NativeMethods.
GetWindow
(NativeMethods.GetDesktopWindow(), NativeTypes.GW_CHILD)
131
windowHandle = NativeMethods.
GetWindow
(windowHandle, NativeTypes.GW_HWNDNEXT)
157
windowHandle = NativeMethods.
GetWindow
(NativeMethods.GetDesktopWindow(), NativeTypes.GW_CHILD)
170
windowHandle = NativeMethods.
GetWindow
(windowHandle, NativeTypes.GW_HWNDNEXT)
175
windowHandle = NativeMethods.
GetWindow
(NativeMethods.GetDesktopWindow(), NativeTypes.GW_CHILD)
189
windowHandle = NativeMethods.
GetWindow
(windowHandle, NativeTypes.GW_HWNDNEXT)