5 instantiations of CellFormat
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (4)
2784
_rowCellFormat = new
CellFormat
();
2796
_rowCellFormat = new
CellFormat
(ri.RowCellFormat);
2807
_cellFormats.Add(new
CellFormat
(ri.NthCellFormat(i)));
2942
_cellFormats.Add(new
CellFormat
(RowCellFormat));
System\Windows\Documents\XamlToRtfWriter.cs (1)
1623
CellFormat cfSpanned = new
CellFormat
(cf);
28 references to CellFormat
PresentationFramework (28)
System\Windows\Documents\RtfToXamlReader.cs (19)
2321
internal CellFormat(
CellFormat
cf)
2819
internal
CellFormat
RowCellFormat
2835
internal
CellFormat
TopCellFormat
2928
internal
CellFormat
NthCellFormat(int n)
2937
return (
CellFormat
)_cellFormats[n];
2940
internal
CellFormat
NextCellFormat()
2946
internal
CellFormat
CurrentCellFormat()
2965
CellFormat
cfPrev = null;
2973
CellFormat
cf = NthCellFormat(i);
2986
CellFormat
cf1 = NthCellFormat(k);
3016
CellFormat
cf = NthCellFormat(i);
3032
CellFormat
cf = NthCellFormat(i);
3048
private
CellFormat
_rowCellFormat;
5122
CellFormat
cf = rf.RowCellFormat;
5149
CellFormat
cf = dnRow.FormatState.RowFormat.NthCellFormat(nCol);
5586
CellFormat
cf = rf.NthCellFormat(j);
7346
CellFormat
cf = rf.NthCellFormat(i);
7452
CellFormat
cf = rf.NthCellFormat(k);
10456
CellFormat
cf = null;
System\Windows\Documents\XamlToRtfWriter.cs (9)
1474
CellFormat
cf = dnCell.FormatState.RowFormat.RowCellFormat;
1565
CellFormat
cf = dnCell.FormatState.RowFormat.RowCellFormat;
1619
CellFormat
cf = rf.NthCellFormat(nCol);
1623
CellFormat
cfSpanned = new CellFormat(cf);
1812
CellFormat
cf = dnCell.FormatState.RowFormat.RowCellFormat;
3080
CellFormat
cf = rf.NextCellFormat();
3207
CellFormat
cf = rf.RowCellFormat;
3237
CellFormat
cf = rf.RowCellFormat;
3261
CellFormat
cf = rf.RowCellFormat;