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