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)); 5122CellFormat cf = rf.RowCellFormat; 10475formatState.RowFormat.RowCellFormat.PaddingLeft = token.Parameter; 10478formatState.RowFormat.RowCellFormat.PaddingRight = token.Parameter; 10481formatState.RowFormat.RowCellFormat.PaddingBottom = token.Parameter; 10484formatState.RowFormat.RowCellFormat.PaddingTop = token.Parameter; 10500formatState.RowFormat.RowCellFormat.SpacingBottom = 0; 10504formatState.RowFormat.RowCellFormat.SpacingLeft = 0; 10508formatState.RowFormat.RowCellFormat.SpacingRight = 0; 10512formatState.RowFormat.RowCellFormat.SpacingTop = 0; 10515formatState.RowFormat.RowCellFormat.SpacingBottom = token.Parameter; 10518formatState.RowFormat.RowCellFormat.SpacingLeft = token.Parameter; 10521formatState.RowFormat.RowCellFormat.SpacingRight = token.Parameter; 10524formatState.RowFormat.RowCellFormat.SpacingTop = token.Parameter; 10562ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10565ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderBottom; 10568ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderRight; 10571ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10574ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10577ConverterState.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;