47 references to ConfigurationProperty
System.Configuration.ConfigurationManager (46)
System\Configuration\AppSettingsSection.cs (2)
46ConfigurationProperty propAppSettings = new ConfigurationProperty( 52ConfigurationProperty propFile = new ConfigurationProperty(
System\Configuration\ClientSettingsSection.cs (1)
11private static readonly ConfigurationProperty s_propSettings = new ConfigurationProperty(null, typeof(SettingElementCollection), null, ConfigurationPropertyOptions.IsDefaultCollection);
System\Configuration\ConfigurationProperty.cs (1)
39: this(name, type, defaultValue, ConfigurationPropertyOptions.None)
System\Configuration\ConnectionStringSettings.cs (2)
14new ConfigurationProperty("connectionString", typeof(string), "", ConfigurationPropertyOptions.IsRequired); 17new ConfigurationProperty("providerName", typeof(string), string.Empty, ConfigurationPropertyOptions.None);
System\Configuration\ConnectionStringsSection.cs (1)
9new ConfigurationProperty(null, typeof(ConnectionStringSettingsCollection), null,
System\Configuration\DateTimeConfigurationElement.cs (1)
9new ConfigurationProperty("value", typeof(DateTime), DateTime.MinValue, ConfigurationPropertyOptions.IsKey);
System\Configuration\IriParsingElement.cs (1)
13new ConfigurationProperty(CommonConfigurationStrings.Enabled, typeof(bool), EnabledDefaultValue,
System\Configuration\KeyValueConfigurationElement.cs (2)
9new ConfigurationProperty("key", typeof(string), string.Empty, 13new ConfigurationProperty("value", typeof(string), string.Empty, ConfigurationPropertyOptions.None);
System\Configuration\NameValueConfigurationElement.cs (2)
9new ConfigurationProperty("name", typeof(string), string.Empty, ConfigurationPropertyOptions.IsKey); 12new ConfigurationProperty("value", typeof(string), string.Empty, ConfigurationPropertyOptions.None);
System\Configuration\ProtectedConfigurationSection.cs (1)
15new ConfigurationProperty("providers",
System\Configuration\ProtectedProviderSettings.cs (1)
9new ConfigurationProperty(
System\Configuration\ProviderSettings.cs (1)
21private readonly ConfigurationProperty _propType = new ConfigurationProperty("type", typeof(string), "",
System\Configuration\SchemeSettingElement.cs (2)
8private static readonly ConfigurationProperty s_name = new ConfigurationProperty(CommonConfigurationStrings.SchemeName, typeof(string), null, 10private static readonly ConfigurationProperty s_genericUriParserOptions = new ConfigurationProperty(CommonConfigurationStrings.GenericUriParserOptions,
System\Configuration\SettingElement.cs (3)
10private static readonly ConfigurationProperty s_propName = new ConfigurationProperty( 15private static readonly ConfigurationProperty s_propSerializeAs = new ConfigurationProperty( 20private static readonly ConfigurationProperty s_propValue = new ConfigurationProperty(
System\Configuration\UriSection.cs (3)
10private static readonly ConfigurationProperty _idn = new ConfigurationProperty(CommonConfigurationStrings.Idn, 13private static readonly ConfigurationProperty _iriParsing = new ConfigurationProperty( 17new ConfigurationProperty(CommonConfigurationStrings.SchemeSettings,
System\Diagnostics\ListenerElementsCollection.cs (4)
81private static readonly ConfigurationProperty s_propFilter = new("filter", typeof(FilterElement), null, ConfigurationPropertyOptions.None); 82private static readonly ConfigurationProperty s_propName = new("name", typeof(string), null, ConfigurationPropertyOptions.IsRequired | ConfigurationPropertyOptions.IsKey); 83private static readonly ConfigurationProperty s_propOutputOpts = new("traceOutputOptions", typeof(TraceOptions), TraceOptions.None, ConfigurationPropertyOptions.None); 100_propListenerTypeName = new ConfigurationProperty("type", typeof(string), null, flags);
System\Diagnostics\SourceElementsCollection.cs (5)
36private static readonly ConfigurationProperty _propName = new("name", typeof(string), "", ConfigurationPropertyOptions.IsRequired); 37private static readonly ConfigurationProperty _propSwitchName = new("switchName", typeof(string), null, ConfigurationPropertyOptions.None); 38private static readonly ConfigurationProperty _propSwitchValue = new("switchValue", typeof(string), null, ConfigurationPropertyOptions.None); 39private static readonly ConfigurationProperty _propSwitchType = new("switchType", typeof(string), null, ConfigurationPropertyOptions.None); 40private static readonly ConfigurationProperty _propListeners = new("listeners", typeof(ListenerElementsCollection), new ListenerElementsCollection(), ConfigurationPropertyOptions.None);
System\Diagnostics\SwitchElementsCollection.cs (2)
23private static readonly ConfigurationProperty _propName = new("name", typeof(string), "", ConfigurationPropertyOptions.IsRequired | ConfigurationPropertyOptions.IsKey); 24private static readonly ConfigurationProperty _propValue = new("value", typeof(string), null, ConfigurationPropertyOptions.IsRequired);
System\Diagnostics\SystemDiagnosticsSection.cs (4)
11private static readonly ConfigurationProperty s_propSources = new("sources", typeof(SourceElementsCollection), new SourceElementsCollection(), ConfigurationPropertyOptions.None); 12private static readonly ConfigurationProperty s_propSharedListeners = new("sharedListeners", typeof(SharedListenerElementsCollection), new SharedListenerElementsCollection(), ConfigurationPropertyOptions.None); 13private static readonly ConfigurationProperty s_propSwitches = new("switches", typeof(SwitchElementsCollection), new SwitchElementsCollection(), ConfigurationPropertyOptions.None); 14private static readonly ConfigurationProperty s_propTrace = new("trace", typeof(TraceSection), new TraceSection(), ConfigurationPropertyOptions.None);
System\Diagnostics\TraceSection.cs (4)
11private static readonly ConfigurationProperty s_propListeners = new("listeners", typeof(ListenerElementsCollection), null, ConfigurationPropertyOptions.None); 12private static readonly ConfigurationProperty s_propAutoFlush = new("autoflush", typeof(bool), false, ConfigurationPropertyOptions.None); 13private static readonly ConfigurationProperty s_propIndentSize = new("indentsize", typeof(int), 4, ConfigurationPropertyOptions.None); 14private static readonly ConfigurationProperty s_propUseGlobalLock = new("useGlobalLock", typeof(bool), true, ConfigurationPropertyOptions.None);
System\Diagnostics\TypedElement.cs (2)
9protected static readonly ConfigurationProperty s_propTypeName = new("type", typeof(string), string.Empty, ConfigurationPropertyOptions.IsRequired | ConfigurationPropertyOptions.IsTypeStringTransformationRequired); 10protected static readonly ConfigurationProperty s_propInitData = new("initializeData", typeof(string), string.Empty, ConfigurationPropertyOptions.None);
System\Drawing\Configuration\SystemDrawingSection.cs (1)
26new ConfigurationProperty(BitmapSuffixSectionName, typeof(string), null, ConfigurationPropertyOptions.None);
System.Runtime.Caching (1)
System\Runtime\Caching\Configuration\MemoryCacheSection.cs (1)
29private static readonly ConfigurationProperty s_propNamedCaches = new ConfigurationProperty("namedCaches",