2 writes to _cellFormats
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2787
_cellFormats
= new ArrayList();
2796
_cellFormats
= new ArrayList();
4 references to _cellFormats
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (4)
2806
_cellFormats
.Add(new CellFormat(ri.NthCellFormat(i)));
2830
return
_cellFormats
.Count;
2936
return (CellFormat)
_cellFormats
[n];
2941
_cellFormats
.Add(new CellFormat(RowCellFormat));