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