1 write to _mobileControl
System.Web.Mobile (1)
UI\MobileControls\Design\MobileControlDesigner.cs (1)
447
_mobileControl
= (System.Web.UI.MobileControls.MobileControl) component;
31 references to _mobileControl
System.Web.Mobile (31)
UI\MobileControls\Design\MobileControlDesigner.cs (31)
118
DesignerAdapterUtil.GetContainmentStatus(
_mobileControl
);
230
if (!DesignerAdapterUtil.InMobileUserControl(
_mobileControl
))
232
if (DesignerAdapterUtil.InUserControl(
_mobileControl
))
238
if (!DesignerAdapterUtil.InMobilePage(
_mobileControl
))
251
_mobileControl
.GetControlText(out containsTag, out containsDataboundLiteral);
336
errorMessage, infoMode,
_mobileControl
, Behavior, ContainmentStatus);
364
bool hasControls =
_mobileControl
.HasControls();
365
if ((
_mobileControl
is TextControl ||
_mobileControl
is TextView)
372
children = new Control[
_mobileControl
.Controls.Count];
373
_mobileControl
.Controls.CopyTo(children, 0);
376
if (
_mobileControl
is TextControl)
378
originalText = ((TextControl)
_mobileControl
).Text;
379
((TextControl)
_mobileControl
).Text = String.Empty;
383
originalText = ((TextView)
_mobileControl
).Text;
384
((TextView)
_mobileControl
).Text = String.Empty;
390
MobileControlPersister.PersistInnerProperties(sw,
_mobileControl
, Host);
400
if (
_mobileControl
is TextControl)
402
((TextControl)
_mobileControl
).Text = originalText;
406
((TextView)
_mobileControl
).Text = originalText;
412
_mobileControl
.Controls.Add(c);
418
MobileControlPersister.PersistInnerProperties(sw,
_mobileControl
, Host);
469
if ((
_mobileControl
is TextControl ||
_mobileControl
is TextView)
472
_mobileControl
.Controls.Clear();
521
_mobileControl
.RefreshStyle();
555
return
_mobileControl
;
563
return
_mobileControl
;
589
ds = ((MobileControl)
_mobileControl
).DeviceSpecific;
598
ds.SetOwner((MobileControl)
_mobileControl
);
600
_mobileControl
.DeviceSpecific = ds;