9 references to RtfFormatStack
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
7755_converterState.RtfFormatStack.Push(); 7780int nStartCount = _converterState.RtfFormatStack.Count; 7794_converterState.RtfFormatStack.Push(); 7809while (_converterState.RtfFormatStack.Count > 2 && _converterState.RtfFormatStack.Count > nStartCount) 8926if (_converterState.RtfFormatStack.Count > 2) 8946_converterState.RtfFormatStack.Pop(); 10045RtfFormatStack formats = _converterState.RtfFormatStack; 10068RtfFormatStack formats = _converterState.RtfFormatStack;