1 type derived from XmlWhitespace
System.Configuration (1)
System\Configuration\ConfigXmlWhitespace.cs (1)
14internal sealed class ConfigXmlWhitespace : XmlWhitespace, IConfigErrorInfo {
2 instantiations of XmlWhitespace
System.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
729return new XmlWhitespace( text, this );
System\Xml\Dom\XmlLoader.cs (1)
458node = new XmlWhitespace( reader.Value, this.doc );
3 references to XmlWhitespace
System.Configuration (1)
System\Configuration\ErrorInfoXmlDocument.cs (1)
107public override XmlWhitespace CreateWhitespace(String data) {
System.ServiceModel (1)
System\ServiceModel\Channels\ContextBindingElementPolicy.cs (1)
109if (!(node is XmlWhitespace))
System.Xml (1)
System\Xml\Dom\XmlDocument.cs (1)
728public virtual XmlWhitespace CreateWhitespace( string text ) {