1 instantiation of ListComponentEditor
System.Web.Mobile (1)
UI\MobileControls\Design\ListDesigner.cs (1)
531
ListComponentEditor compEditor = new
ListComponentEditor
(initialPage);
5 references to ListComponentEditor
System.Web.Mobile (5)
UI\MobileControls\Design\ItemCollectionEditor.cs (1)
62
((ListDesigner)designer).InvokePropertyBuilder(
ListComponentEditor
.IDX_ITEMS);
UI\MobileControls\Design\ListComponentEditor.cs (2)
43
/// Initializes a new instance of <see cref='System.Web.UI.Design.MobileControls.
ListComponentEditor
'/>.
52
/// Initializes a new instance of <see cref='System.Web.UI.Design.MobileControls.
ListComponentEditor
'/>.
UI\MobileControls\Design\ListDesigner.cs (1)
531
ListComponentEditor
compEditor = new ListComponentEditor(initialPage);
UI\MobileControls\List.cs (1)
35
Editor(typeof(System.Web.UI.Design.MobileControls.
ListComponentEditor
), typeof(ComponentEditor)),