5 references to WebParts
System.Web (5)
UI\Page.cs (2)
4664
if (!RuntimeConfig.GetAppConfig().
WebParts
.EnableExport) {
4960
if (!RuntimeConfig.GetAppConfig().
WebParts
.EnableExport) {
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
;