1 instantiation of ObjectListComponentEditor
System.Web.Mobile (1)
UI\MobileControls\Design\ObjectListDesigner.cs (1)
563ObjectListComponentEditor compEditor = new ObjectListComponentEditor(initialPage);
7 references to ObjectListComponentEditor
System.Web.Mobile (7)
UI\MobileControls\Design\CommandCollectionEditor.cs (1)
62_designer.InvokePropertyBuilder(ObjectListComponentEditor.IDX_COMMANDS);
UI\MobileControls\Design\FieldCollectionEditor.cs (1)
62_designer.InvokePropertyBuilder(ObjectListComponentEditor.IDX_FIELDS);
UI\MobileControls\Design\ObjectListComponentEditor.cs (2)
45/// Initializes a new instance of <see cref='System.Web.UI.Design.MobileControls.ObjectListComponentEditor'/>. 54/// Initializes a new instance of <see cref='System.Web.UI.Design.MobileControls.ObjectListComponentEditor'/>.
UI\MobileControls\Design\ObjectListDesigner.cs (1)
563ObjectListComponentEditor compEditor = new ObjectListComponentEditor(initialPage);
UI\MobileControls\Design\TableFieldsEditor.cs (1)
57designer.InvokePropertyBuilder(ObjectListComponentEditor.IDX_GENERAL);
UI\MobileControls\ObjectList.cs (1)
34Editor(typeof(System.Web.UI.Design.MobileControls.ObjectListComponentEditor), typeof(ComponentEditor)),