1 type derived from XmlSignificantWhitespace
System.Configuration (1)
System\Configuration\ConfigXmlSignificantWhitespace.cs (1)
14internal sealed class ConfigXmlSignificantWhitespace : XmlSignificantWhitespace, IConfigErrorInfo {
2 instantiations of XmlSignificantWhitespace
System.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
615return new XmlSignificantWhitespace( text, this );
System\Xml\Dom\XmlLoader.cs (1)
453node = new XmlSignificantWhitespace( reader.Value, this.doc );
2 references to XmlSignificantWhitespace
System.Configuration (1)
System\Configuration\ErrorInfoXmlDocument.cs (1)
104public override XmlSignificantWhitespace CreateSignificantWhitespace(String data) {
System.Xml (1)
System\Xml\Dom\XmlDocument.cs (1)
614public virtual XmlSignificantWhitespace CreateSignificantWhitespace( string text ) {