2 types derived from MobileContainerDesigner
System.Web.Mobile (2)
UI\MobileControls\Design\FormDesigner.cs (1)
33internal class FormDesigner : MobileContainerDesigner
UI\MobileControls\Design\PanelDesigner.cs (1)
32internal class PanelDesigner : MobileContainerDesigner
5 references to MobileContainerDesigner
System.Web.Mobile (5)
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (2)
312else 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)
39new Icon(typeof(MobileContainerDesigner), "Error.ico").ToBitmap(); 42new Icon(typeof(MobileContainerDesigner), "Info.ico").ToBitmap();