4 references to EmptyFormatState
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (1)
5898return FormatState.EmptyFormatState;
System\Windows\Documents\XamlToRtfWriter.cs (3)
695: FormatState.EmptyFormatState; 933FormatState fsParent = dnThis.Parent != null ? dnThis.Parent.FormatState : FormatState.EmptyFormatState; 1030FormatState fsParent = dnThis.Parent != null ? dnThis.Parent.FormatState : FormatState.EmptyFormatState;