12 types derived from MobileControlDesigner
System.Web.Mobile (12)
UI\MobileControls\Design\AdRotatorDesigner.cs (1)
29internal class AdRotatorDesigner : MobileControlDesigner
UI\MobileControls\Design\BaseValidatorDesigner.cs (1)
32internal class BaseValidatorDesigner : MobileControlDesigner
UI\MobileControls\Design\CalendarDesigner.cs (1)
32internal class CalendarDesigner : MobileControlDesigner
UI\MobileControls\Design\CommandDesigner.cs (1)
30internal class CommandDesigner : MobileControlDesigner
UI\MobileControls\Design\ImageDesigner.cs (1)
32internal class ImageDesigner : MobileControlDesigner
UI\MobileControls\Design\LabelDesigner.cs (1)
33internal class LabelDesigner : MobileControlDesigner
UI\MobileControls\Design\LinkDesigner.cs (1)
33internal class LinkDesigner : MobileControlDesigner
UI\MobileControls\Design\PhoneCallDesigner.cs (1)
34internal class PhoneCallDesigner : MobileControlDesigner
UI\MobileControls\Design\SelectionListDesigner.cs (1)
26MobileControlDesigner, IListDesigner, IDataSourceProvider
UI\MobileControls\Design\TextBoxDesigner.cs (1)
31internal class TextBoxDesigner : MobileControlDesigner
UI\MobileControls\Design\TextViewDesigner.cs (1)
27internal class TextViewDesigner : MobileControlDesigner
UI\MobileControls\Design\ValidationSummaryDesigner.cs (1)
31internal class ValidationSummaryDesigner : MobileControlDesigner
42 references to MobileControlDesigner
System.Web.Mobile (42)
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (6)
275MobileControlDesigner.defaultErrorDesignTimeHTML, 281infoMode? MobileControlDesigner.infoIcon : MobileControlDesigner.errorIcon, 301Debug.Assert(controlDesigner is MobileControlDesigner || 350if (controlDesigner is MobileControlDesigner) 352htmlElement2 = (NativeMethods.IHTMLElement2) ((MobileControlDesigner) controlDesigner).DesignTimeElementInternal;
UI\MobileControls\Design\AppliedDeviceFiltersEditor.cs (1)
89new AppliedDeviceFiltersDialog(dsDesigner, MobileControlDesigner.MergingContextChoices);
UI\MobileControls\Design\DeviceSpecificDesigner.cs (4)
200_isDuplicate ? MobileControlDesigner.errorIcon : 201MobileControlDesigner.infoIcon, 231return MobileControlDesigner._userControlWarningMessage; 236return MobileControlDesigner._mobilePageErrorMessage;
UI\MobileControls\Design\FormDesigner.cs (1)
103return MobileControlDesigner._userControlWarningMessage;
UI\MobileControls\Design\ListGeneralPage.cs (1)
195typeof(System.Web.UI.Design.MobileControls.MobileControlDesigner),
UI\MobileControls\Design\ListItemsPage.cs (1)
90typeof(System.Web.UI.Design.MobileControls.MobileControlDesigner),
UI\MobileControls\Design\MobileControlDesigner.cs (2)
42"res://" + typeof(MobileControlDesigner).Module.FullyQualifiedName; 235return MobileControlDesigner._userControlWarningMessage;
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (5)
572return MobileControlDesigner._userControlWarningMessage; 577return MobileControlDesigner._mobilePageErrorMessage; 582return MobileControlDesigner._formPanelContainmentErrorMessage; 905MobileControlDesigner.MergingContextTemplates); 994case MobileControlDesigner.MergingContextTemplates:
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
70typeof(System.Web.UI.Design.MobileControls.MobileControlDesigner),
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
72typeof(System.Web.UI.Design.MobileControls.MobileControlDesigner),
UI\MobileControls\Design\ObjectListGeneralPage.cs (1)
135typeof(System.Web.UI.Design.MobileControls.MobileControlDesigner),
UI\MobileControls\Design\PanelDesigner.cs (1)
82return MobileControlDesigner._userControlWarningMessage;
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
440MobileControlDesigner.MergingContextProperties
UI\MobileControls\Design\PropertyOverridesTypeEditor.cs (1)
90MobileControlDesigner.MergingContextProperties
UI\MobileControls\Design\StyleSheetDesigner.cs (8)
515errorIconUrl = MobileControlDesigner.errorIcon; 526errorIconUrl = MobileControlDesigner.errorIcon; 539errorIconUrl = MobileControlDesigner.infoIcon; 584MobileControlDesigner.errorIcon, 841case MobileControlDesigner.MergingContextTemplates: 1252return MobileControlDesigner._userControlWarningMessage; 1257return MobileControlDesigner._mobilePageErrorMessage; 1263return MobileControlDesigner._topPageContainmentErrorMessage;
UI\MobileControls\Design\TextViewDesigner.cs (3)
132return MobileControlDesigner._userControlWarningMessage; 137return MobileControlDesigner._mobilePageErrorMessage; 142return MobileControlDesigner._formPanelContainmentErrorMessage;
UI\MobileControls\Design\Util\GenericUI.cs (3)
30new Icon(typeof(MobileControlDesigner), "SortDown.ico").ToBitmap(); 33new Icon(typeof(MobileControlDesigner), "SortUp.ico").ToBitmap(); 36new Icon(typeof(MobileControlDesigner), "Delete.ico").ToBitmap();
UI\MobileControls\MobileControl.cs (1)
38Designer(typeof(System.Web.UI.Design.MobileControls.MobileControlDesigner)),