3 references to importedPartDescriptionIndex
System.Web (3)
UI\WebParts\ImportCatalogPart.cs (3)
358
if (myState[
importedPartDescriptionIndex
] != null) {
359
_importedPartDescription = (string)myState[
importedPartDescriptionIndex
];
411
myState[
importedPartDescriptionIndex
] = _importedPartDescription;