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