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