4 references to MainWindowHandle
System.Windows.Forms.IntegrationTests.Common (2)
TestHelpers.cs (2)
414/// <seealso cref="Process.MainWindowHandle"/> 436HWND mainWindowHandle = (HWND)process.MainWindowHandle;
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
567(HWND)process.MainWindowHandle,
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
488return Misc.ProxyGetClassName(Process.GetProcessById(processId).MainWindowHandle).Equals("ConsoleWindowClass");