4 references to ParkHandle
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3141
Application.
ParkHandle
(new HandleRef<HWND>(this, hwnd), DpiAwarenessContext);
System\Windows\Forms\Control.cs (2)
6989
Application.
ParkHandle
(handle: new(this), DpiAwarenessContext);
10173
Application.
ParkHandle
(handle: new(this), DpiAwarenessContext);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
428
Application.
ParkHandle
(new HandleRef<HWND>(AXInPlaceObject, hwndInPlaceObject), DpiAwarenessContext);