3 overrides of Whitespace
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
89public override bool Whitespace {
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageContext.cs (1)
142public override bool Whitespace
System.Xml (1)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
118public override bool Whitespace { get{ return false; } }
1 reference to Whitespace
System.Xml (1)
System\Xml\XPath\Internal\NodeFunctions.cs (1)
28this.xsltContext = context.Whitespace ? context : null;