3 references to FormatState
PresentationFramework (3)
System\Windows\Documents\RtfFormatStack.cs (1)
46formatState = previousFormatState != null ? new FormatState(previousFormatState) : new FormatState();
System\Windows\Documents\RtfToXamlReader.cs (2)
942_fsEmptyState = new FormatState(); 4649_formatState = new FormatState();