1 write to parentControl
System.Web.Mobile (1)
UI\MobileControls\Design\Util\MSHTMLHost.cs (1)
99parentControl = parent;
9 references to parentControl
System.Web.Mobile (9)
UI\MobileControls\Design\Util\MSHTMLHost.cs (9)
101parentControl.Resize += resizeHandler; 118NativeMethods.GetClientRect(parentControl.Handle, r); 160NativeMethods.GetClientRect(parentControl.Handle, r); 176return parentControl.Handle; 198NativeMethods.GetClientRect(parentControl.Handle, lprcPosRect); 199NativeMethods.GetClientRect(parentControl.Handle, lprcClipRect); 203lpFrameInfo.hwndFrame = parentControl.Handle; 390NativeMethods.GetClientRect(parentControl.Handle, r); 391tridentOleObject.DoVerb(NativeMethods.OLEIVERB_UIACTIVATE, IntPtr.Zero, (NativeMethods.IOleClientSite)this, 0, parentControl.Handle, r);