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