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)
1623
CellFormat cfSpanned = new
CellFormat
(cf);