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