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)
798RowFormat = formatState._rowFormat; 1592if (_rowFormat == null) 1597return _rowFormat; 1609return _rowFormat != null;