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