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