9 references to RtfFormatStack
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
7772_converterState.RtfFormatStack.Push(); 7797int nStartCount = _converterState.RtfFormatStack.Count; 7811_converterState.RtfFormatStack.Push(); 7826while (_converterState.RtfFormatStack.Count > 2 && _converterState.RtfFormatStack.Count > nStartCount) 8952if (_converterState.RtfFormatStack.Count > 2) 8972_converterState.RtfFormatStack.Pop(); 10075RtfFormatStack formats = _converterState.RtfFormatStack; 10098RtfFormatStack formats = _converterState.RtfFormatStack;