8 references to DefaultSection
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (1)
2981typeof(DefaultSection).AssemblyQualifiedName,
System\Configuration\MgmtConfigurationRecord.cs (1)
134type = typeof(DefaultSection);
System.Web (6)
Configuration\SystemWebSectionGroup.cs (6)
39public DefaultSection BrowserCaps { 41return (DefaultSection) Sections["browserCaps"]; 74public DefaultSection DeviceFilters { 76return (DefaultSection) Sections["deviceFilters"]; 198public DefaultSection Protocols { 200return (DefaultSection)Sections["protocols"];