4 references to ExportTypeElement
System.Web (4)
UI\WebParts\ImportCatalogPart.cs (2)
202while (reader.Name != WebPartManager.ExportTypeElement) { 208if (reader.Name == WebPartManager.ExportTypeElement) {
UI\WebParts\WebPartManager.cs (2)
2144writer.WriteStartElement(ExportTypeElement); 2733ImportSkipTo(reader, ExportTypeElement);