9 references to RtfFormatStack
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
7772
_converterState.
RtfFormatStack
.Push();
7797
int nStartCount = _converterState.
RtfFormatStack
.Count;
7811
_converterState.
RtfFormatStack
.Push();
7826
while (_converterState.
RtfFormatStack
.Count > 2 && _converterState.
RtfFormatStack
.Count > nStartCount)
8952
if (_converterState.
RtfFormatStack
.Count > 2)
8972
_converterState.
RtfFormatStack
.Pop();
10075
RtfFormatStack formats = _converterState.
RtfFormatStack
;
10098
RtfFormatStack formats = _converterState.
RtfFormatStack
;