1 write to _control
System.Web.Mobile (1)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
690
_control
= (System.Web.UI.Control) component;
22 references to _control
System.Web.Mobile (22)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (22)
137
DesignerAdapterUtil.GetContainmentStatus(
_control
);
372
Debug.Assert(
_control
is DeviceSpecific);
373
if (
_control
.Parent is Panel)
375
((Panel)
_control
.Parent).Style.ApplyTo(style);
428
IMobileWebFormServices.SetCache(
_control
.ID, (Object) DefaultTemplateDeviceFilter, (Object) this.TemplateDeviceFilter);
433
IMobileWebFormServices.SetCache(
_control
.ID, (Object) DefaultTemplateDeviceFilter, null);
548
errorMessage, infoMode,
_control
, Behavior, ContainmentStatus);
567
if (!DesignerAdapterUtil.InMobileUserControl(
_control
))
569
if (DesignerAdapterUtil.InUserControl(
_control
))
575
if (!DesignerAdapterUtil.InMobilePage(
_control
))
694
this.TemplateDeviceFilter = (String) IMobileWebFormServices.GetCache(
_control
.ID, (Object)DefaultTemplateDeviceFilter);
730
ISite site =
_control
.Site;
739
changeService.OnComponentChanging(
_control
, null);
749
changeService.OnComponentChanged(
_control
, null, null, null);
888
changeService.OnComponentChanging(
_control
, null);
904
_control
.Site,
912
changeService.OnComponentChanged(
_control
, null, null, null);
968
return
_control
;
976
return
_control
;
1033
else if (
_control
!= null && ds == null)
1035
Debug.Assert(
_control
is DeviceSpecific);
1038
((DeviceSpecific)
_control
).Choices.Clear();