2 writes to _rowFormat
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
1593
_rowFormat
= new RowFormat();
1600
_rowFormat
= value;
4 references to _rowFormat
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (4)
797
RowFormat = formatState.
_rowFormat
;
1591
if (
_rowFormat
== null)
1596
return
_rowFormat
;
1608
return
_rowFormat
!= null;