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