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