1 write to _mobileControl
System.Web.Mobile (1)
UI\MobileControls\Design\MobileContainerDesigner.cs (1)
272_mobileControl = (MobileControl) component;
8 references to _mobileControl
System.Web.Mobile (8)
UI\MobileControls\Design\MobileContainerDesigner.cs (8)
76DesignerAdapterUtil.GetContainmentStatus(_mobileControl); 141if (!DesignerAdapterUtil.InMobilePage(_mobileControl)) 146Style style = ((ControlAdapter)_mobileControl.Adapter).Style; 380ISite site = _mobileControl.Site; 389changeService.OnComponentChanging(_mobileControl, null); 397changeService.OnComponentChanged(_mobileControl, null, null, null); 646_mobileControl.RefreshStyle(); 660IMobileWebFormServices.UpdateRenderingRecursive(_mobileControl);