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)
943_fsEmptyState = new FormatState(); 4651_formatState = new FormatState();