4 references to ParkHandle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (1)
3501Application.ParkHandle(new HandleRef(ipo, hwnd));
winforms\Managed\System\WinForms\Control.cs (2)
8435Application.ParkHandle(new HandleRef(this, this.Handle), this.DpiAwarenessContext); 11998Application.ParkHandle(new HandleRef(window, Handle), this.DpiAwarenessContext);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
493Application.ParkHandle(new HandleRef(this.AXInPlaceObject, hwndInPlaceObject));