15 references to NthCellFormat
PresentationFramework (15)
System\Windows\Documents\RtfToXamlReader.cs (13)
2807
_cellFormats.Add(new CellFormat(ri.
NthCellFormat
(i)));
2839
return CellCount > 0 ?
NthCellFormat
(CellCount - 1) : null;
2909
if (
NthCellFormat
(i).IsVMerge)
2973
CellFormat cf =
NthCellFormat
(i);
2986
CellFormat cf1 =
NthCellFormat
(k);
3013
cellx =
NthCellFormat
(0).CellX;
3016
CellFormat cf =
NthCellFormat
(i);
3032
CellFormat cf =
NthCellFormat
(i);
5149
CellFormat cf = dnRow.FormatState.RowFormat.
NthCellFormat
(nCol);
5586
CellFormat cf = rf.
NthCellFormat
(j);
7346
CellFormat cf = rf.
NthCellFormat
(i);
7360
cf = rf.
NthCellFormat
(i);
7452
CellFormat cf = rf.
NthCellFormat
(k);
System\Windows\Documents\XamlToRtfWriter.cs (2)
1619
CellFormat cf = rf.
NthCellFormat
(nCol);
1627
cf = rf.
NthCellFormat
(nCol + i);