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