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)
137DesignerAdapterUtil.GetContainmentStatus(_control); 372Debug.Assert(_control is DeviceSpecific); 373if (_control.Parent is Panel) 375((Panel)_control.Parent).Style.ApplyTo(style); 428IMobileWebFormServices.SetCache(_control.ID, (Object) DefaultTemplateDeviceFilter, (Object) this.TemplateDeviceFilter); 433IMobileWebFormServices.SetCache(_control.ID, (Object) DefaultTemplateDeviceFilter, null); 548errorMessage, infoMode, _control, Behavior, ContainmentStatus); 567if (!DesignerAdapterUtil.InMobileUserControl(_control)) 569if (DesignerAdapterUtil.InUserControl(_control)) 575if (!DesignerAdapterUtil.InMobilePage(_control)) 694this.TemplateDeviceFilter = (String) IMobileWebFormServices.GetCache(_control.ID, (Object)DefaultTemplateDeviceFilter); 730ISite site = _control.Site; 739changeService.OnComponentChanging(_control, null); 749changeService.OnComponentChanged(_control, null, null, null); 888changeService.OnComponentChanging(_control, null); 904_control.Site, 912changeService.OnComponentChanged(_control, null, null, null); 968return _control; 976return _control; 1033else if (_control != null && ds == null) 1035Debug.Assert(_control is DeviceSpecific); 1038((DeviceSpecific)_control).Choices.Clear();