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