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