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)));
2890
return
_cellFormats
.Count;
2996
return (CellFormat)
_cellFormats
[n];
3001
_cellFormats
.Add(new CellFormat(RowCellFormat));