15 references to NthCellFormat
PresentationFramework (15)
System\Windows\Documents\RtfToXamlReader.cs (13)
2808_cellFormats.Add(new CellFormat(ri.NthCellFormat(i))); 2840return CellCount > 0 ? NthCellFormat(CellCount - 1) : null; 2910if (NthCellFormat(i).IsVMerge) 2974CellFormat cf = NthCellFormat(i); 2987CellFormat cf1 = NthCellFormat(k); 3014cellx = NthCellFormat(0).CellX; 3017CellFormat cf = NthCellFormat(i); 3033CellFormat cf = NthCellFormat(i); 5157CellFormat cf = dnRow.FormatState.RowFormat.NthCellFormat(nCol); 5594CellFormat cf = rf.NthCellFormat(j); 7361CellFormat cf = rf.NthCellFormat(i); 7375cf = rf.NthCellFormat(i); 7467CellFormat cf = rf.NthCellFormat(k);
System\Windows\Documents\XamlToRtfWriter.cs (2)
1618CellFormat cf = rf.NthCellFormat(nCol); 1626cf = rf.NthCellFormat(nCol + i);