3 overrides of GetAvailableWebPartDescriptions
System.Web (3)
UI\WebParts\DeclarativeCatalogPart.cs (1)
102
public override WebPartDescriptionCollection
GetAvailableWebPartDescriptions
() {
UI\WebParts\ImportCatalogPart.cs (1)
153
public override WebPartDescriptionCollection
GetAvailableWebPartDescriptions
() {
UI\WebParts\PageCatalogPart.cs (1)
53
public override WebPartDescriptionCollection
GetAvailableWebPartDescriptions
() {
4 references to GetAvailableWebPartDescriptions
System.Web (4)
UI\WebParts\CatalogPartChrome.cs (1)
214
WebPartDescriptionCollection availableWebParts = catalogPart.
GetAvailableWebPartDescriptions
();
UI\WebParts\CatalogZoneBase.cs (3)
322
availableWebParts = selectedCatalogPart.
GetAvailableWebPartDescriptions
();
591
WebPartDescriptionCollection availableWebParts = catalogPart.
GetAvailableWebPartDescriptions
();
715
WebPartDescriptionCollection availableWebParts = selectedCatalogPart.
GetAvailableWebPartDescriptions
();