5 references to MainWindowHandle
System (4)
services\monitoring\system\diagnosticts\Process.cs (4)
442
/// Returns the caption of the <see cref='System.Diagnostics.Process.
MainWindowHandle
'/> of
452
IntPtr handle =
MainWindowHandle
;
947
IntPtr mainWindow =
MainWindowHandle
;
1240
IntPtr mainWindowHandle =
MainWindowHandle
;
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
495
return Misc.ProxyGetClassName(Process.GetProcessById(processId).
MainWindowHandle
).Equals("ConsoleWindowClass");