1 instantiation of SelectionListComponentEditor
System.Web.Mobile (1)
UI\MobileControls\Design\SelectionListDesigner.cs (1)
425
SelectionListComponentEditor compEditor = new
SelectionListComponentEditor
(initialPage);
5 references to SelectionListComponentEditor
System.Web.Mobile (5)
UI\MobileControls\Design\ItemCollectionEditor.cs (1)
67
SelectionListComponentEditor
.IDX_ITEMS);
UI\MobileControls\Design\SelectionListComponentEditor.cs (2)
46
/// <see cref='System.Web.UI.Design.MobileControls.
SelectionListComponentEditor
'/>.
57
/// <see cref='System.Web.UI.Design.MobileControls.
SelectionListComponentEditor
'/>.
UI\MobileControls\Design\SelectionListDesigner.cs (1)
425
SelectionListComponentEditor
compEditor = new SelectionListComponentEditor(initialPage);
UI\MobileControls\SelectionList.cs (1)
35
Editor(typeof(System.Web.UI.Design.MobileControls.
SelectionListComponentEditor
), typeof(ComponentEditor)),