2 references to ExportPropertyScopeAttribute
System.Web (2)
UI\WebParts\WebPartManager.cs (2)
2212
writer.WriteAttributeString(
ExportPropertyScopeAttribute
, scope.ToString());
2991
string scope = reader.GetAttribute(
ExportPropertyScopeAttribute
);