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