1 write to _rtfFormatStack
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
7519
_rtfFormatStack
= new RtfFormatStack();
3 references to _rtfFormatStack
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
7546
return
_rtfFormatStack
.PrevTop(fromTop);
7563
return
_rtfFormatStack
;
7611
return
_rtfFormatStack
.Top();