1 write to _fsEmptyState
PresentationFramework (1)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
964
_fsEmptyState
= new FormatState();
3 references to _fsEmptyState
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
962
if (
_fsEmptyState
== null)
965
_fsEmptyState
.FontSize = -1;
968
return
_fsEmptyState
;