5 references to WebPartDescriptionCollection
System.Web (5)
UI\WebParts\DeclarativeCatalogPart.cs (1)
156
_descriptions = new
WebPartDescriptionCollection
(descriptions);
UI\WebParts\ImportCatalogPart.cs (2)
45
new
WebPartDescriptionCollection
(new WebPartDescription[] {
289
_availableWebPartDescriptions = new
WebPartDescriptionCollection
(
UI\WebParts\PageCatalogPart.cs (2)
31
new
WebPartDescriptionCollection
(new WebPartDescription[] {
84
_availableWebPartDescriptions = new
WebPartDescriptionCollection
(descriptions);