5 instantiations of CellFormat
PresentationFramework (5)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
2843
_rowCellFormat = new
CellFormat
();
2855
_rowCellFormat = new
CellFormat
(ri.RowCellFormat);
2866
_cellFormats.Add(new
CellFormat
(ri.NthCellFormat(i)));
3001
_cellFormats.Add(new
CellFormat
(RowCellFormat));
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
1625
CellFormat cfSpanned = new
CellFormat
(cf);
28 references to CellFormat
PresentationFramework (28)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (19)
2365
internal CellFormat(
CellFormat
cf)
2878
internal
CellFormat
RowCellFormat
2894
internal
CellFormat
TopCellFormat
2987
internal
CellFormat
NthCellFormat(int n)
2996
return (
CellFormat
)_cellFormats[n];
2999
internal
CellFormat
NextCellFormat()
3005
internal
CellFormat
CurrentCellFormat()
3024
CellFormat
cfPrev = null;
3032
CellFormat
cf = NthCellFormat(i);
3045
CellFormat
cf1 = NthCellFormat(k);
3075
CellFormat
cf = NthCellFormat(i);
3091
CellFormat
cf = NthCellFormat(i);
3107
private
CellFormat
_rowCellFormat;
5184
CellFormat
cf = rf.RowCellFormat;
5211
CellFormat
cf = dnRow.FormatState.RowFormat.NthCellFormat(nCol);
5667
CellFormat
cf = rf.NthCellFormat(j);
7428
CellFormat
cf = rf.NthCellFormat(i);
7534
CellFormat
cf = rf.NthCellFormat(k);
10549
CellFormat
cf = null;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (9)
1476
CellFormat
cf = dnCell.FormatState.RowFormat.RowCellFormat;
1567
CellFormat
cf = dnCell.FormatState.RowFormat.RowCellFormat;
1621
CellFormat
cf = rf.NthCellFormat(nCol);
1625
CellFormat
cfSpanned = new CellFormat(cf);
1814
CellFormat
cf = dnCell.FormatState.RowFormat.RowCellFormat;
3086
CellFormat
cf = rf.NextCellFormat();
3213
CellFormat
cf = rf.RowCellFormat;
3243
CellFormat
cf = rf.RowCellFormat;
3267
CellFormat
cf = rf.RowCellFormat;