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)
797RowFormat = formatState._rowFormat; 1591if (_rowFormat == null) 1596return _rowFormat; 1608return _rowFormat != null;