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