2 writes to _rowFormat
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
1594
_rowFormat
= new RowFormat();
1601
_rowFormat
= value;
4 references to _rowFormat
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (4)
798
RowFormat = formatState.
_rowFormat
;
1592
if (
_rowFormat
== null)
1597
return
_rowFormat
;
1609
return
_rowFormat
!= null;