3 references to FormatState
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfFormatStack.cs (1)
48formatState = previousFormatState != null ? new FormatState(previousFormatState) : new FormatState();
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
964_fsEmptyState = new FormatState(); 4710_formatState = new FormatState();