4 references to ExportGenericPartPropertiesElement
System.Web (4)
UI\WebParts\WebPartManager.cs (4)
2176
writer.WriteStartElement(
ExportGenericPartPropertiesElement
);
2872
ImportSkipTo(reader,
ExportGenericPartPropertiesElement
);
2873
reader.ReadStartElement(
ExportGenericPartPropertiesElement
);
3138
(reader.Name ==
ExportGenericPartPropertiesElement
) ||