15 references to NthCellFormat
PresentationFramework (15)
System\Windows\Documents\RtfToXamlReader.cs (13)
2807_cellFormats.Add(new CellFormat(ri.NthCellFormat(i))); 2839return CellCount > 0 ? NthCellFormat(CellCount - 1) : null; 2909if (NthCellFormat(i).IsVMerge) 2973CellFormat cf = NthCellFormat(i); 2986CellFormat cf1 = NthCellFormat(k); 3013cellx = NthCellFormat(0).CellX; 3016CellFormat cf = NthCellFormat(i); 3032CellFormat cf = NthCellFormat(i); 5150CellFormat cf = dnRow.FormatState.RowFormat.NthCellFormat(nCol); 5587CellFormat cf = rf.NthCellFormat(j); 7347CellFormat cf = rf.NthCellFormat(i); 7361cf = rf.NthCellFormat(i); 7453CellFormat cf = rf.NthCellFormat(k);
System\Windows\Documents\XamlToRtfWriter.cs (2)
1619CellFormat cf = rf.NthCellFormat(nCol); 1627cf = rf.NthCellFormat(nCol + i);