2 writes to hwndFrame
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
4277
lpFrameInfo.
hwndFrame
= host.ParentInternal.Handle;
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
317
lpFrameInfo.
hwndFrame
= (this.Host.ParentInternal == null) ? IntPtr.Zero : this.Host.ParentInternal.Handle;