10 references to ListDesigner
System.Web.Mobile (10)
UI\MobileControls\Design\ImageDesigner.cs (6)
81/// <see cref='System.Web.UI.Design.MobileControls.ListDesigner'/>. 87/// you are finished using the <see cref='System.Web.UI.Design.MobileControls.ListDesigner'/>. The <see langword='Dispose'/> method leaves the <see cref='System.Web.UI.Design.WebControls.DataListDesigner'/> in an unusable state. After 89/// references to the <see cref='System.Web.UI.Design.MobileControls.ListDesigner'/> so the memory it was occupying 94/// the <see cref='System.Web.UI.Design.MobileControls.ListDesigner'/>. Otherwise, the resources 95/// the <see cref='System.Web.UI.Design.MobileControls.ListDesigner'/> is using will not be freed 96/// until garbage collection calls the <see cref='System.Web.UI.Design.MobileControls.ListDesigner'/> object's
UI\MobileControls\Design\ItemCollectionEditor.cs (1)
62((ListDesigner)designer).InvokePropertyBuilder(ListComponentEditor.IDX_ITEMS);
UI\MobileControls\Design\ListComponentEditor.cs (1)
22/// <seealso cref='System.Web.UI.Design.MobileControls.ListDesigner'/>
UI\MobileControls\Design\SelectionListComponentEditor.cs (1)
23/// <seealso cref='System.Web.UI.Design.MobileControls.ListDesigner'/>
UI\MobileControls\List.cs (1)
33Designer(typeof(System.Web.UI.Design.MobileControls.ListDesigner)),