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)
1622CellFormat cfSpanned = new CellFormat(cf);
28 references to CellFormat
PresentationFramework (28)
System\Windows\Documents\RtfToXamlReader.cs (19)
2322internal CellFormat(CellFormat cf) 2820internal CellFormat RowCellFormat 2836internal CellFormat TopCellFormat 2929internal CellFormat NthCellFormat(int n) 2938return (CellFormat)_cellFormats[n]; 2941internal CellFormat NextCellFormat() 2947internal CellFormat CurrentCellFormat() 2966CellFormat cfPrev = null; 2974CellFormat cf = NthCellFormat(i); 2987CellFormat cf1 = NthCellFormat(k); 3017CellFormat cf = NthCellFormat(i); 3033CellFormat cf = NthCellFormat(i); 3049private CellFormat _rowCellFormat; 5130CellFormat cf = rf.RowCellFormat; 5157CellFormat cf = dnRow.FormatState.RowFormat.NthCellFormat(nCol); 5594CellFormat cf = rf.NthCellFormat(j); 7361CellFormat cf = rf.NthCellFormat(i); 7467CellFormat cf = rf.NthCellFormat(k); 10488CellFormat 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;