20 references to XmlConfigurationString
System.Xml (20)
System\Xml\Core\XmlConfiguration.cs (20)
25
[ConfigurationProperty(
XmlConfigurationString
.ProhibitDefaultResolverName, DefaultValue = "false")]
27
get { return (string)this[
XmlConfigurationString
.ProhibitDefaultResolverName]; }
28
set { this[
XmlConfigurationString
.ProhibitDefaultResolverName] = value; }
44
XmlReaderSection section = System.Configuration.ConfigurationManager.GetSection(
XmlConfigurationString
.XmlReaderSectionPath) as XmlReaderSection;
56
[ConfigurationProperty(
XmlConfigurationString
.CollapseWhiteSpaceIntoEmptyStringName, DefaultValue = "false")]
58
get { return (string)this[
XmlConfigurationString
.CollapseWhiteSpaceIntoEmptyStringName]; }
59
set { this[
XmlConfigurationString
.CollapseWhiteSpaceIntoEmptyStringName] = value; }
75
XmlReaderSection section = System.Configuration.ConfigurationManager.GetSection(
XmlConfigurationString
.XmlReaderSectionPath) as XmlReaderSection;
83
[ConfigurationProperty(
XmlConfigurationString
.ProhibitDefaultResolverName, DefaultValue = "false")]
85
get { return (string)this[
XmlConfigurationString
.ProhibitDefaultResolverName]; }
86
set { this[
XmlConfigurationString
.ProhibitDefaultResolverName] = value; }
100
XsltConfigSection section = System.Configuration.ConfigurationManager.GetSection(
XmlConfigurationString
.XsltSectionPath) as XsltConfigSection;
112
[ConfigurationProperty(
XmlConfigurationString
.LimitXPathComplexityName, DefaultValue = "true")]
115
get { return (string)this[
XmlConfigurationString
.LimitXPathComplexityName]; }
116
set { this[
XmlConfigurationString
.LimitXPathComplexityName] = value; }
134
XsltConfigSection section = System.Configuration.ConfigurationManager.GetSection(
XmlConfigurationString
.XsltSectionPath) as XsltConfigSection;
139
[ConfigurationProperty(
XmlConfigurationString
.EnableMemberAccessForXslCompiledTransformName, DefaultValue = "False")]
142
get { return (string)this[
XmlConfigurationString
.EnableMemberAccessForXslCompiledTransformName]; }
143
set { this[
XmlConfigurationString
.EnableMemberAccessForXslCompiledTransformName] = value; }
161
XsltConfigSection section = System.Configuration.ConfigurationManager.GetSection(
XmlConfigurationString
.XsltSectionPath) as XsltConfigSection;