5 instantiations of CellFormat
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (4)
2783
_rowCellFormat = new
CellFormat
();
2795
_rowCellFormat = new
CellFormat
(ri.RowCellFormat);
2806
_cellFormats.Add(new
CellFormat
(ri.NthCellFormat(i)));
2941
_cellFormats.Add(new
CellFormat
(RowCellFormat));
System\Windows\Documents\XamlToRtfWriter.cs (1)
1622
CellFormat cfSpanned = new
CellFormat
(cf);
28 references to CellFormat
PresentationFramework (28)
System\Windows\Documents\RtfToXamlReader.cs (19)
2320
internal CellFormat(
CellFormat
cf)
2818
internal
CellFormat
RowCellFormat
2834
internal
CellFormat
TopCellFormat
2927
internal
CellFormat
NthCellFormat(int n)
2936
return (
CellFormat
)_cellFormats[n];
2939
internal
CellFormat
NextCellFormat()
2945
internal
CellFormat
CurrentCellFormat()
2964
CellFormat
cfPrev = null;
2972
CellFormat
cf = NthCellFormat(i);
2985
CellFormat
cf1 = NthCellFormat(k);
3015
CellFormat
cf = NthCellFormat(i);
3031
CellFormat
cf = NthCellFormat(i);
3047
private
CellFormat
_rowCellFormat;
5121
CellFormat
cf = rf.RowCellFormat;
5148
CellFormat
cf = dnRow.FormatState.RowFormat.NthCellFormat(nCol);
5585
CellFormat
cf = rf.NthCellFormat(j);
7345
CellFormat
cf = rf.NthCellFormat(i);
7451
CellFormat
cf = rf.NthCellFormat(k);
10455
CellFormat
cf = null;
System\Windows\Documents\XamlToRtfWriter.cs (9)
1473
CellFormat
cf = dnCell.FormatState.RowFormat.RowCellFormat;
1564
CellFormat
cf = dnCell.FormatState.RowFormat.RowCellFormat;
1618
CellFormat
cf = rf.NthCellFormat(nCol);
1622
CellFormat
cfSpanned = new CellFormat(cf);
1811
CellFormat
cf = dnCell.FormatState.RowFormat.RowCellFormat;
3079
CellFormat
cf = rf.NextCellFormat();
3206
CellFormat
cf = rf.RowCellFormat;
3236
CellFormat
cf = rf.RowCellFormat;
3260
CellFormat
cf = rf.RowCellFormat;