2 writes to _rowFormat
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
1595
_rowFormat
= new RowFormat();
1602
_rowFormat
= value;
4 references to _rowFormat
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (4)
797
RowFormat = formatState.
_rowFormat
;
1593
if (
_rowFormat
== null)
1598
return
_rowFormat
;
1610
return
_rowFormat
!= null;