9 references to RtfFormatStack
PresentationFramework (9)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (9)
7837
_converterState.
RtfFormatStack
.Push();
7862
int nStartCount = _converterState.
RtfFormatStack
.Count;
7876
_converterState.
RtfFormatStack
.Push();
7891
while (_converterState.
RtfFormatStack
.Count > 2 && _converterState.
RtfFormatStack
.Count > nStartCount)
9018
if (_converterState.
RtfFormatStack
.Count > 2)
9038
_converterState.
RtfFormatStack
.Pop();
10137
RtfFormatStack formats = _converterState.
RtfFormatStack
;
10160
RtfFormatStack formats = _converterState.
RtfFormatStack
;