4 references to CellFormat
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
2855_rowCellFormat = new CellFormat(ri.RowCellFormat); 2866_cellFormats.Add(new CellFormat(ri.NthCellFormat(i))); 3001_cellFormats.Add(new CellFormat(RowCellFormat));
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
1625CellFormat cfSpanned = new CellFormat(cf);