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