4 references to EmptyFormatState
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
5968return FormatState.EmptyFormatState;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (3)
698: FormatState.EmptyFormatState; 936FormatState fsParent = dnThis.Parent != null ? dnThis.Parent.FormatState : FormatState.EmptyFormatState; 1033FormatState fsParent = dnThis.Parent != null ? dnThis.Parent.FormatState : FormatState.EmptyFormatState;