3 writes to _importedPartDescription
System.Web (3)
UI\WebParts\ImportCatalogPart.cs (3)
337
_importedPartDescription
= null;
359
_importedPartDescription
= (string)myState[importedPartDescriptionIndex];
383
_importedPartDescription
= sr.ReadToEnd();
6 references to _importedPartDescription
System.Web (6)
UI\WebParts\ImportCatalogPart.cs (6)
167
if (WebPartManager == null || String.IsNullOrEmpty(
_importedPartDescription
)) {
187
using (StringReader sr = new StringReader(
_importedPartDescription
)) {
329
using (XmlReader reader = XmlUtils.CreateXmlReader(new StringReader(
_importedPartDescription
))) {
390
if (String.IsNullOrEmpty(
_importedPartDescription
)) {
411
myState[importedPartDescriptionIndex] =
_importedPartDescription
;
465
if (
_importedPartDescription
!= null || _importErrorMessage != null || DesignMode) {