5 implementations of UnderlyingControl
System.Web.Mobile (5)
UI\MobileControls\Design\MobileControlDesigner.cs (1)
551System.Web.UI.Control IDeviceSpecificDesigner.UnderlyingControl
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
964System.Web.UI.Control IDeviceSpecificDesigner.UnderlyingControl
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
546System.Web.UI.Control IDeviceSpecificDesigner.UnderlyingControl
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
753System.Web.UI.Control IDeviceSpecificDesigner.UnderlyingControl
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
568System.Web.UI.Control IDeviceSpecificDesigner.UnderlyingControl
15 references to UnderlyingControl
System.Web.Mobile (15)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (7)
55int mergingContext) : base (designer.UnderlyingControl.Site) 81this.Text = _designer.UnderlyingControl.ID 84_webConfig = new WebConfigManager(_designer.UnderlyingControl.Site); 601_designer.UnderlyingControl.Site, 655_designer.UnderlyingControl.Site, 1028Adapters.DesignerAdapterUtil.ControlDesigner(designer.UnderlyingControl) 1098_designer.UnderlyingControl.Site
UI\MobileControls\Design\PropertyOverridesDialog.cs (6)
57) : base(designer.UnderlyingControl.Site) { 78this.Text = _designer.UnderlyingControl.ID 352ISite componentSite = ((IComponent)(_designer.UnderlyingControl)).Site; 381changeService.OnComponentChanged(_designer.UnderlyingControl, null, null, null); 550return _designer.UnderlyingControl; 1175return _designer.UnderlyingControl;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
572return _dsd.UnderlyingControl;
UI\MobileControls\Design\Util\GenericUI.cs (1)
80InitDialog(dialog, designer.UnderlyingControl.Site);