9 references to RtfFormatStack
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
7771
_converterState.
RtfFormatStack
.Push();
7796
int nStartCount = _converterState.
RtfFormatStack
.Count;
7810
_converterState.
RtfFormatStack
.Push();
7825
while (_converterState.
RtfFormatStack
.Count > 2 && _converterState.
RtfFormatStack
.Count > nStartCount)
8951
if (_converterState.
RtfFormatStack
.Count > 2)
8971
_converterState.
RtfFormatStack
.Pop();
10074
RtfFormatStack formats = _converterState.
RtfFormatStack
;
10097
RtfFormatStack formats = _converterState.
RtfFormatStack
;