3 references to HasContentChildBit
System.Xml (3)
System\Xml\Cache\XPathNode.cs (3)
248get { return (this.props & HasContentChildBit) != 0; } 373this.props |= HasContentChildBit | HasCollapsedTextBit; 385this.props |= HasContentChildBit;