1 write to _mobileControl
System.Web.Mobile (1)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
687_mobileControl = (System.Web.UI.MobileControls.MobileControl) component;
12 references to _mobileControl
System.Web.Mobile (12)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (12)
99return InTemplateMode || (_mobileControl != null && _mobileControl.IsTemplated); 167if (null == _mobileControl) 172return _mobileControl.DeviceSpecific; 366if (_mobileControl != null) 368_mobileControl.Style.ApplyTo(style); 924if (!(null == _mobileControl || _mobileControl is StyleSheet)) 926_mobileControl.RefreshStyle(); 1025if (_mobileControl != null) 1029ds.SetOwner(_mobileControl); 1031_mobileControl.DeviceSpecific = ds;