3 references to ExportPropertyNameAttribute
System.Web (3)
UI\WebParts\ImportCatalogPart.cs (1)
261string name = reader.GetAttribute(WebPartManager.ExportPropertyNameAttribute);
UI\WebParts\WebPartManager.cs (2)
2209writer.WriteAttributeString(ExportPropertyNameAttribute, name); 2989string propertyName = reader.GetAttribute(ExportPropertyNameAttribute);