/// <summary> /// Called when the browser wants to move or resize the popup widget. /// </summary> /// <param name="rect">contains the new location and size in view coordinates. </param> void IRenderWebBrowser.OnPopupSize(Rect rect) { _renderTarget.OnPopupSize(rect.X, rect.Y, rect.Width, rect.Height); }