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