9 references to RtfFormatStack
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
7759_converterState.RtfFormatStack.Push(); 7784int nStartCount = _converterState.RtfFormatStack.Count; 7798_converterState.RtfFormatStack.Push(); 7813while (_converterState.RtfFormatStack.Count > 2 && _converterState.RtfFormatStack.Count > nStartCount) 8939if (_converterState.RtfFormatStack.Count > 2) 8956_converterState.RtfFormatStack.Pop(); 10056RtfFormatStack formats = _converterState.RtfFormatStack; 10079RtfFormatStack formats = _converterState.RtfFormatStack;