9 references to RtfFormatStack
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
7759
_converterState.
RtfFormatStack
.Push();
7784
int nStartCount = _converterState.
RtfFormatStack
.Count;
7798
_converterState.
RtfFormatStack
.Push();
7813
while (_converterState.
RtfFormatStack
.Count > 2 && _converterState.
RtfFormatStack
.Count > nStartCount)
8939
if (_converterState.
RtfFormatStack
.Count > 2)
8956
_converterState.
RtfFormatStack
.Pop();
10056
RtfFormatStack formats = _converterState.
RtfFormatStack
;
10079
RtfFormatStack formats = _converterState.
RtfFormatStack
;