3 references to ExportUserControlSrcAttribute
System.Web (3)
UI\WebParts\ImportCatalogPart.cs (1)
210userControlTypeName = reader.GetAttribute(WebPartManager.ExportUserControlSrcAttribute);
UI\WebParts\WebPartManager.cs (2)
2148writer.WriteAttributeString(ExportUserControlSrcAttribute, userControl.AppRelativeVirtualPath); 2735userControlTypeName = reader.GetAttribute(ExportUserControlSrcAttribute);