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