8 references to ExportPropertyElement
System.Web (8)
UI\WebParts\ImportCatalogPart.cs (1)
255reader.Name == WebPartManager.ExportPropertyElement)) {
UI\WebParts\WebPartManager.cs (7)
2208writer.WriteStartElement(ExportPropertyElement); 2852while (reader.Name != ExportPropertyElement) { 2891while (reader.Name != ExportPropertyElement) { 2949ImportReadTo(reader, ExportIPersonalizableElement, ExportPropertyElement); 2968ImportReadTo(reader, ExportPropertyElement); 2987while (reader.Name == ExportPropertyElement) { 3136while (reader.Name != ExportPropertyElement) {