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