8 references to WebPartsSection
System.Web (8)
Configuration\RuntimeConfig.cs (3)
439internal WebPartsSection WebParts { 441return (WebPartsSection) GetSection("system.web/webParts", typeof(WebPartsSection), ResultsIndex.WebParts);
Configuration\SystemWebSectionGroup.cs (2)
261public WebPartsSection WebParts { 263return (WebPartsSection) Sections["WebParts"];
UI\WebParts\PersonalizationAdministration.cs (1)
64WebPartsSection webPartsSection = RuntimeConfig.GetAppConfig().WebParts;
UI\WebParts\PersonalizationProvider.cs (1)
153WebPartsSection configSection = RuntimeConfig.GetConfig().WebParts;
UI\WebParts\WebPartManager.cs (1)
1755WebPartsSection configSection = RuntimeConfig.GetConfig().WebParts;