3 references to hwndActive
System (3)
net\System\Net\UnsafeNativeMethods.cs (3)
3438
if (GetGUIThreadInfo(0, ref info) != 0 && info.
hwndActive
!= IntPtr.Zero)
3442
GetWindowThreadProcessId(info.
hwndActive
, out processId);
3446
primaryWindow = info.
hwndActive
;