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)
1623CellFormat cfSpanned = new CellFormat(cf);
28 references to CellFormat
PresentationFramework (28)
System\Windows\Documents\RtfToXamlReader.cs (19)
2321internal CellFormat(CellFormat cf) 2819internal CellFormat RowCellFormat 2835internal CellFormat TopCellFormat 2928internal CellFormat NthCellFormat(int n) 2937return (CellFormat)_cellFormats[n]; 2940internal CellFormat NextCellFormat() 2946internal CellFormat CurrentCellFormat() 2965CellFormat cfPrev = null; 2973CellFormat cf = NthCellFormat(i); 2986CellFormat cf1 = NthCellFormat(k); 3016CellFormat cf = NthCellFormat(i); 3032CellFormat cf = NthCellFormat(i); 3048private CellFormat _rowCellFormat; 5123CellFormat cf = rf.RowCellFormat; 5150CellFormat cf = dnRow.FormatState.RowFormat.NthCellFormat(nCol); 5587CellFormat cf = rf.NthCellFormat(j); 7347CellFormat cf = rf.NthCellFormat(i); 7453CellFormat cf = rf.NthCellFormat(k); 10457CellFormat cf = null;
System\Windows\Documents\XamlToRtfWriter.cs (9)
1474CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1565CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1619CellFormat cf = rf.NthCellFormat(nCol); 1623CellFormat cfSpanned = new CellFormat(cf); 1812CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 3080CellFormat cf = rf.NextCellFormat(); 3207CellFormat cf = rf.RowCellFormat; 3237CellFormat cf = rf.RowCellFormat; 3261CellFormat cf = rf.RowCellFormat;