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