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)); 5129CellFormat cf = rf.RowCellFormat; 10506formatState.RowFormat.RowCellFormat.PaddingLeft = token.Parameter; 10509formatState.RowFormat.RowCellFormat.PaddingRight = token.Parameter; 10512formatState.RowFormat.RowCellFormat.PaddingBottom = token.Parameter; 10515formatState.RowFormat.RowCellFormat.PaddingTop = token.Parameter; 10531formatState.RowFormat.RowCellFormat.SpacingBottom = 0; 10535formatState.RowFormat.RowCellFormat.SpacingLeft = 0; 10539formatState.RowFormat.RowCellFormat.SpacingRight = 0; 10543formatState.RowFormat.RowCellFormat.SpacingTop = 0; 10546formatState.RowFormat.RowCellFormat.SpacingBottom = token.Parameter; 10549formatState.RowFormat.RowCellFormat.SpacingLeft = token.Parameter; 10552formatState.RowFormat.RowCellFormat.SpacingRight = token.Parameter; 10555formatState.RowFormat.RowCellFormat.SpacingTop = token.Parameter; 10593ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10596ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderBottom; 10599ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderRight; 10602ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10605ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10608ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop;
System\Windows\Documents\XamlToRtfWriter.cs (12)
1472CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1537if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMergeFirst) 1541else if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMerge) 1563CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1773dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false; 1774dnNew.FormatState.RowFormat.RowCellFormat.IsVMerge = true; 1810CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1831dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false; 1832dnNew.FormatState.RowFormat.RowCellFormat.IsVMerge = true; 3205CellFormat cf = rf.RowCellFormat; 3235CellFormat cf = rf.RowCellFormat; 3259CellFormat cf = rf.RowCellFormat;