15 references to NthCellFormat
PresentationFramework (15)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (13)
2866_cellFormats.Add(new CellFormat(ri.NthCellFormat(i))); 2898return CellCount > 0 ? NthCellFormat(CellCount - 1) : null; 2968if (NthCellFormat(i).IsVMerge) 3032CellFormat cf = NthCellFormat(i); 3045CellFormat cf1 = NthCellFormat(k); 3072cellx = NthCellFormat(0).CellX; 3075CellFormat cf = NthCellFormat(i); 3091CellFormat cf = NthCellFormat(i); 5211CellFormat cf = dnRow.FormatState.RowFormat.NthCellFormat(nCol); 5667CellFormat cf = rf.NthCellFormat(j); 7428CellFormat cf = rf.NthCellFormat(i); 7442cf = rf.NthCellFormat(i); 7534CellFormat cf = rf.NthCellFormat(k);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
1621CellFormat cf = rf.NthCellFormat(nCol); 1629cf = rf.NthCellFormat(nCol + i);