4 types derived from MobileTemplatedControlDesigner
System.Web.Mobile (4)
UI\MobileControls\Design\DeviceSpecificDesigner.cs (1)
29
internal class DeviceSpecificDesigner :
MobileTemplatedControlDesigner
, IDeviceSpecificDesigner
UI\MobileControls\Design\ListDesigner.cs (1)
32
MobileTemplatedControlDesigner
, IListDesigner, IDataSourceProvider
UI\MobileControls\Design\ObjectListDesigner.cs (1)
35
internal class ObjectListDesigner :
MobileTemplatedControlDesigner
, IDataSourceProvider, IMobileDesigner
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
34
internal class StyleSheetDesigner :
MobileTemplatedControlDesigner
, IDeviceSpecificDesigner
12 references to MobileTemplatedControlDesigner
System.Web.Mobile (12)
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (6)
217
if (designer is
MobileTemplatedControlDesigner
)
220
((
MobileTemplatedControlDesigner
) designer).TemplateWidth -
302
controlDesigner is
MobileTemplatedControlDesigner
,
306
if (parentDesigner is
MobileTemplatedControlDesigner
)
310
((
MobileTemplatedControlDesigner
) parentDesigner).DesignTimeElementInternal;
356
htmlElement2 = (NativeMethods.IHTMLElement2) ((
MobileTemplatedControlDesigner
) controlDesigner).DesignTimeElementInternal;
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
1029
is
MobileTemplatedControlDesigner
UI\MobileControls\Design\ListDesigner.cs (1)
449
return typeof(
MobileTemplatedControlDesigner
.TemplateContainer);
UI\MobileControls\Design\ObjectListDesigner.cs (1)
452
return typeof(
MobileTemplatedControlDesigner
.TemplateContainer);
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
166
MobileTemplatedControlDesigner
.DefaultTemplateDeviceFilter);
UI\MobileControls\Design\TemplatingOptionsDialog.cs (2)
38
private
MobileTemplatedControlDesigner
_designer;
56
internal TemplatingOptionsDialog(
MobileTemplatedControlDesigner
designer,