2 writes to hwndFrame
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
402
lpFrameInfo->
hwndFrame
= _host.ParentInternal?.HWND ?? HWND.Null;
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
271
lpFrameInfo->
hwndFrame
= Host.ParentInternal is { } parent ? parent.HWND : HWND.Null;