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