4 references to CellFormat
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
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);