2 writes to _cellFormats
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2789
_cellFormats
= new ArrayList();
2798
_cellFormats
= new ArrayList();
4 references to _cellFormats
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (4)
2808
_cellFormats
.Add(new CellFormat(ri.NthCellFormat(i)));
2832
return
_cellFormats
.Count;
2938
return (CellFormat)
_cellFormats
[n];
2943
_cellFormats
.Add(new CellFormat(RowCellFormat));