9 references to RtfFormatStack
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
7762_converterState.RtfFormatStack.Push(); 7787int nStartCount = _converterState.RtfFormatStack.Count; 7801_converterState.RtfFormatStack.Push(); 7816while (_converterState.RtfFormatStack.Count > 2 && _converterState.RtfFormatStack.Count > nStartCount) 8942if (_converterState.RtfFormatStack.Count > 2) 8959_converterState.RtfFormatStack.Pop(); 10059RtfFormatStack formats = _converterState.RtfFormatStack; 10082RtfFormatStack formats = _converterState.RtfFormatStack;