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