2 writes to _rowFormat
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
1615_rowFormat = new RowFormat(); 1622_rowFormat = value;
4 references to _rowFormat
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
819RowFormat = formatState._rowFormat; 1613if (_rowFormat == null) 1618return _rowFormat; 1630return _rowFormat != null;