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)
797RowFormat = formatState._rowFormat; 1593if (_rowFormat == null) 1598return _rowFormat; 1610return _rowFormat != null;