2 writes to _cellFormats
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2788
_cellFormats
= new ArrayList();
2797
_cellFormats
= new ArrayList();
4 references to _cellFormats
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (4)
2807
_cellFormats
.Add(new CellFormat(ri.NthCellFormat(i)));
2831
return
_cellFormats
.Count;
2937
return (CellFormat)
_cellFormats
[n];
2942
_cellFormats
.Add(new CellFormat(RowCellFormat));