2 types derived from MobileContainerDesigner
System.Web.Mobile (2)
UI\MobileControls\Design\FormDesigner.cs (1)
33
internal class FormDesigner :
MobileContainerDesigner
UI\MobileControls\Design\PanelDesigner.cs (1)
32
internal class PanelDesigner :
MobileContainerDesigner
5 references to MobileContainerDesigner
System.Web.Mobile (5)
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (2)
312
else if (parentDesigner is
MobileContainerDesigner
)
316
((
MobileContainerDesigner
) parentDesigner).DesignTimeElementInternal;
UI\MobileControls\Design\MobileContainerDesigner.cs (1)
52
/// Initializes an instance of the <see cref='System.Web.UI.Design.MobileControls.
MobileContainerDesigner
'/> class.
UI\MobileControls\Design\Util\GenericUI.cs (2)
39
new Icon(typeof(
MobileContainerDesigner
), "Error.ico").ToBitmap();
42
new Icon(typeof(
MobileContainerDesigner
), "Info.ico").ToBitmap();