34 references to RowCellFormat
PresentationFramework (34)
System\Windows\Documents\RtfToXamlReader.cs (22)
2796_rowCellFormat = new CellFormat(ri.RowCellFormat); 2934return RowCellFormat; 2942_cellFormats.Add(new CellFormat(RowCellFormat)); 5123CellFormat cf = rf.RowCellFormat; 10476formatState.RowFormat.RowCellFormat.PaddingLeft = token.Parameter; 10479formatState.RowFormat.RowCellFormat.PaddingRight = token.Parameter; 10482formatState.RowFormat.RowCellFormat.PaddingBottom = token.Parameter; 10485formatState.RowFormat.RowCellFormat.PaddingTop = token.Parameter; 10501formatState.RowFormat.RowCellFormat.SpacingBottom = 0; 10505formatState.RowFormat.RowCellFormat.SpacingLeft = 0; 10509formatState.RowFormat.RowCellFormat.SpacingRight = 0; 10513formatState.RowFormat.RowCellFormat.SpacingTop = 0; 10516formatState.RowFormat.RowCellFormat.SpacingBottom = token.Parameter; 10519formatState.RowFormat.RowCellFormat.SpacingLeft = token.Parameter; 10522formatState.RowFormat.RowCellFormat.SpacingRight = token.Parameter; 10525formatState.RowFormat.RowCellFormat.SpacingTop = token.Parameter; 10563ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10566ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderBottom; 10569ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderRight; 10572ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10575ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10578ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop;
System\Windows\Documents\XamlToRtfWriter.cs (12)
1474CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1539if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMergeFirst) 1543else if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMerge) 1565CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1775dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false; 1776dnNew.FormatState.RowFormat.RowCellFormat.IsVMerge = true; 1812CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1833dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false; 1834dnNew.FormatState.RowFormat.RowCellFormat.IsVMerge = true; 3207CellFormat cf = rf.RowCellFormat; 3237CellFormat cf = rf.RowCellFormat; 3261CellFormat cf = rf.RowCellFormat;