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