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