9 references to RtfFormatStack
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
7771_converterState.RtfFormatStack.Push(); 7796int nStartCount = _converterState.RtfFormatStack.Count; 7810_converterState.RtfFormatStack.Push(); 7825while (_converterState.RtfFormatStack.Count > 2 && _converterState.RtfFormatStack.Count > nStartCount) 8951if (_converterState.RtfFormatStack.Count > 2) 8971_converterState.RtfFormatStack.Pop(); 10074RtfFormatStack formats = _converterState.RtfFormatStack; 10097RtfFormatStack formats = _converterState.RtfFormatStack;