1 write to _rtfFormatStack
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
7518
_rtfFormatStack
= new RtfFormatStack();
3 references to _rtfFormatStack
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
7545
return
_rtfFormatStack
.PrevTop(fromTop);
7562
return
_rtfFormatStack
;
7610
return
_rtfFormatStack
.Top();