5 instantiations of CellFormat
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (4)
2785
_rowCellFormat = new
CellFormat
();
2797
_rowCellFormat = new
CellFormat
(ri.RowCellFormat);
2808
_cellFormats.Add(new
CellFormat
(ri.NthCellFormat(i)));
2943
_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)
2322
internal CellFormat(
CellFormat
cf)
2820
internal
CellFormat
RowCellFormat
2836
internal
CellFormat
TopCellFormat
2929
internal
CellFormat
NthCellFormat(int n)
2938
return (
CellFormat
)_cellFormats[n];
2941
internal
CellFormat
NextCellFormat()
2947
internal
CellFormat
CurrentCellFormat()
2966
CellFormat
cfPrev = null;
2974
CellFormat
cf = NthCellFormat(i);
2987
CellFormat
cf1 = NthCellFormat(k);
3017
CellFormat
cf = NthCellFormat(i);
3033
CellFormat
cf = NthCellFormat(i);
3049
private
CellFormat
_rowCellFormat;
5130
CellFormat
cf = rf.RowCellFormat;
5157
CellFormat
cf = dnRow.FormatState.RowFormat.NthCellFormat(nCol);
5594
CellFormat
cf = rf.NthCellFormat(j);
7361
CellFormat
cf = rf.NthCellFormat(i);
7467
CellFormat
cf = rf.NthCellFormat(k);
10488
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;