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