2 instantiations of RtfTextNavigator
System.Private.Xml (2)
System\Xml\Xsl\Runtime\RtfNavigator.cs (1)
392return new RtfTextNavigator(this);
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
1032return new RtfTextNavigator(text, baseUri);
3 references to RtfTextNavigator
System.Private.Xml (3)
System\Xml\Xsl\Runtime\RtfNavigator.cs (3)
330public RtfTextNavigator(RtfTextNavigator that) 401RtfTextNavigator? that = other as RtfTextNavigator;