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