3 references to CollapseWhiteSpaceIntoEmptyStringName
System.Xml (3)
System\Xml\Core\XmlConfiguration.cs (3)
56
[ConfigurationProperty(XmlConfigurationString.
CollapseWhiteSpaceIntoEmptyStringName
, DefaultValue = "false")]
58
get { return (string)this[XmlConfigurationString.
CollapseWhiteSpaceIntoEmptyStringName
]; }
59
set { this[XmlConfigurationString.
CollapseWhiteSpaceIntoEmptyStringName
] = value; }