4 references to TextMask
System.Private.Xml.Linq (4)
System\Xml\XPath\XNodeNavigator.cs (4)
366if ((TextMask & mask) != 0 && c.GetParent() == null && c is XDocument) 368mask &= ~TextMask; 545if ((TextMask & mask) != 0 && container.GetParent() == null && container is XDocument) 547mask &= ~TextMask;