9 references to RtfFormatStack
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
7755
_converterState.
RtfFormatStack
.Push();
7780
int nStartCount = _converterState.
RtfFormatStack
.Count;
7794
_converterState.
RtfFormatStack
.Push();
7809
while (_converterState.
RtfFormatStack
.Count > 2 && _converterState.
RtfFormatStack
.Count > nStartCount)
8926
if (_converterState.
RtfFormatStack
.Count > 2)
8946
_converterState.
RtfFormatStack
.Pop();
10045
RtfFormatStack formats = _converterState.
RtfFormatStack
;
10068
RtfFormatStack formats = _converterState.
RtfFormatStack
;