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)
99
return InTemplateMode || (
_mobileControl
!= null &&
_mobileControl
.IsTemplated);
167
if (null ==
_mobileControl
)
172
return
_mobileControl
.DeviceSpecific;
366
if (
_mobileControl
!= null)
368
_mobileControl
.Style.ApplyTo(style);
924
if (!(null ==
_mobileControl
||
_mobileControl
is StyleSheet))
926
_mobileControl
.RefreshStyle();
1025
if (
_mobileControl
!= null)
1029
ds.SetOwner(
_mobileControl
);
1031
_mobileControl
.DeviceSpecific = ds;