9 references to RtfFormatStack
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
7754
_converterState.
RtfFormatStack
.Push();
7779
int nStartCount = _converterState.
RtfFormatStack
.Count;
7793
_converterState.
RtfFormatStack
.Push();
7808
while (_converterState.
RtfFormatStack
.Count > 2 && _converterState.
RtfFormatStack
.Count > nStartCount)
8925
if (_converterState.
RtfFormatStack
.Count > 2)
8945
_converterState.
RtfFormatStack
.Pop();
10044
RtfFormatStack formats = _converterState.
RtfFormatStack
;
10067
RtfFormatStack formats = _converterState.
RtfFormatStack
;