9 references to RtfFormatStack
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
7756_converterState.RtfFormatStack.Push(); 7781int nStartCount = _converterState.RtfFormatStack.Count; 7795_converterState.RtfFormatStack.Push(); 7810while (_converterState.RtfFormatStack.Count > 2 && _converterState.RtfFormatStack.Count > nStartCount) 8927if (_converterState.RtfFormatStack.Count > 2) 8947_converterState.RtfFormatStack.Pop(); 10046RtfFormatStack formats = _converterState.RtfFormatStack; 10069RtfFormatStack formats = _converterState.RtfFormatStack;