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