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)
76
DesignerAdapterUtil.GetContainmentStatus(
_mobileControl
);
141
if (!DesignerAdapterUtil.InMobilePage(
_mobileControl
))
146
Style style = ((ControlAdapter)
_mobileControl
.Adapter).Style;
380
ISite site =
_mobileControl
.Site;
389
changeService.OnComponentChanging(
_mobileControl
, null);
397
changeService.OnComponentChanged(
_mobileControl
, null, null, null);
646
_mobileControl
.RefreshStyle();
660
IMobileWebFormServices.UpdateRenderingRecursive(
_mobileControl
);