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)); 5120CellFormat cf = rf.RowCellFormat; 10470formatState.RowFormat.RowCellFormat.PaddingLeft = token.Parameter; 10473formatState.RowFormat.RowCellFormat.PaddingRight = token.Parameter; 10476formatState.RowFormat.RowCellFormat.PaddingBottom = token.Parameter; 10479formatState.RowFormat.RowCellFormat.PaddingTop = token.Parameter; 10495formatState.RowFormat.RowCellFormat.SpacingBottom = 0; 10499formatState.RowFormat.RowCellFormat.SpacingLeft = 0; 10503formatState.RowFormat.RowCellFormat.SpacingRight = 0; 10507formatState.RowFormat.RowCellFormat.SpacingTop = 0; 10510formatState.RowFormat.RowCellFormat.SpacingBottom = token.Parameter; 10513formatState.RowFormat.RowCellFormat.SpacingLeft = token.Parameter; 10516formatState.RowFormat.RowCellFormat.SpacingRight = token.Parameter; 10519formatState.RowFormat.RowCellFormat.SpacingTop = token.Parameter; 10557ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10560ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderBottom; 10563ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderRight; 10566ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10569ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10572ConverterState.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;