4 references to EmptyFormatState
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (1)
5886
return FormatState.
EmptyFormatState
;
System\Windows\Documents\XamlToRtfWriter.cs (3)
696
: FormatState.
EmptyFormatState
;
934
FormatState fsParent = dnThis.Parent != null ? dnThis.Parent.FormatState : FormatState.
EmptyFormatState
;
1031
FormatState fsParent = dnThis.Parent != null ? dnThis.Parent.FormatState : FormatState.
EmptyFormatState
;