9 references to RtfFormatStack
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
7762
_converterState.
RtfFormatStack
.Push();
7787
int nStartCount = _converterState.
RtfFormatStack
.Count;
7801
_converterState.
RtfFormatStack
.Push();
7816
while (_converterState.
RtfFormatStack
.Count > 2 && _converterState.
RtfFormatStack
.Count > nStartCount)
8942
if (_converterState.
RtfFormatStack
.Count > 2)
8959
_converterState.
RtfFormatStack
.Pop();
10059
RtfFormatStack formats = _converterState.
RtfFormatStack
;
10082
RtfFormatStack formats = _converterState.
RtfFormatStack
;