2 writes to _rowFormat
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
1615
_rowFormat
= new RowFormat();
1622
_rowFormat
= value;
4 references to _rowFormat
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
819
RowFormat = formatState.
_rowFormat
;
1613
if (
_rowFormat
== null)
1618
return
_rowFormat
;
1630
return
_rowFormat
!= null;