2 writes to _cellFormats
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
2847_cellFormats = new ArrayList(); 2856_cellFormats = new ArrayList();
4 references to _cellFormats
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
2866_cellFormats.Add(new CellFormat(ri.NthCellFormat(i))); 2890return _cellFormats.Count; 2996return (CellFormat)_cellFormats[n]; 3001_cellFormats.Add(new CellFormat(RowCellFormat));