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);
5156
CellFormat cf = dnRow.FormatState.RowFormat.
NthCellFormat
(nCol);
5593
CellFormat cf = rf.
NthCellFormat
(j);
7360
CellFormat cf = rf.
NthCellFormat
(i);
7374
cf = rf.
NthCellFormat
(i);
7466
CellFormat cf = rf.
NthCellFormat
(k);
System\Windows\Documents\XamlToRtfWriter.cs (2)
1617
CellFormat cf = rf.
NthCellFormat
(nCol);
1625
cf = rf.
NthCellFormat
(nCol + i);