5 instantiations of CellFormat
PresentationFramework (5)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
2843_rowCellFormat = new CellFormat(); 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);
28 references to CellFormat
PresentationFramework (28)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (19)
2365internal CellFormat(CellFormat cf) 2878internal CellFormat RowCellFormat 2894internal CellFormat TopCellFormat 2987internal CellFormat NthCellFormat(int n) 2996return (CellFormat)_cellFormats[n]; 2999internal CellFormat NextCellFormat() 3005internal CellFormat CurrentCellFormat() 3024CellFormat cfPrev = null; 3032CellFormat cf = NthCellFormat(i); 3045CellFormat cf1 = NthCellFormat(k); 3075CellFormat cf = NthCellFormat(i); 3091CellFormat cf = NthCellFormat(i); 3107private CellFormat _rowCellFormat; 5184CellFormat cf = rf.RowCellFormat; 5211CellFormat cf = dnRow.FormatState.RowFormat.NthCellFormat(nCol); 5667CellFormat cf = rf.NthCellFormat(j); 7428CellFormat cf = rf.NthCellFormat(i); 7534CellFormat cf = rf.NthCellFormat(k); 10549CellFormat cf = null;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (9)
1476CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1567CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1621CellFormat cf = rf.NthCellFormat(nCol); 1625CellFormat cfSpanned = new CellFormat(cf); 1814CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 3086CellFormat cf = rf.NextCellFormat(); 3213CellFormat cf = rf.RowCellFormat; 3243CellFormat cf = rf.RowCellFormat; 3267CellFormat cf = rf.RowCellFormat;