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