15 references to NthCellFormat
PresentationFramework (15)
System\Windows\Documents\RtfToXamlReader.cs (13)
2806_cellFormats.Add(new CellFormat(ri.NthCellFormat(i))); 2838return CellCount > 0 ? NthCellFormat(CellCount - 1) : null; 2908if (NthCellFormat(i).IsVMerge) 2972CellFormat cf = NthCellFormat(i); 2985CellFormat cf1 = NthCellFormat(k); 3012cellx = NthCellFormat(0).CellX; 3015CellFormat cf = NthCellFormat(i); 3031CellFormat cf = NthCellFormat(i); 5148CellFormat cf = dnRow.FormatState.RowFormat.NthCellFormat(nCol); 5585CellFormat cf = rf.NthCellFormat(j); 7345CellFormat cf = rf.NthCellFormat(i); 7359cf = rf.NthCellFormat(i); 7451CellFormat cf = rf.NthCellFormat(k);
System\Windows\Documents\XamlToRtfWriter.cs (2)
1618CellFormat cf = rf.NthCellFormat(nCol); 1626cf = rf.NthCellFormat(nCol + i);