4 writes to _availableWebPartDescriptions
System.Web (4)
UI\WebParts\ImportCatalogPart.cs (4)
168
_availableWebPartDescriptions
= new WebPartDescriptionCollection();
289
_availableWebPartDescriptions
= new WebPartDescriptionCollection(
338
_availableWebPartDescriptions
= null;
387
_availableWebPartDescriptions
= null;
2 references to _availableWebPartDescriptions
System.Web (2)
UI\WebParts\ImportCatalogPart.cs (2)
159
return
_availableWebPartDescriptions
;
163
if (
_availableWebPartDescriptions
!= null) {