34 references to RowCellFormat
PresentationFramework (34)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (22)
2855_rowCellFormat = new CellFormat(ri.RowCellFormat); 2993return RowCellFormat; 3001_cellFormats.Add(new CellFormat(RowCellFormat)); 5184CellFormat cf = rf.RowCellFormat; 10568formatState.RowFormat.RowCellFormat.PaddingLeft = token.Parameter; 10571formatState.RowFormat.RowCellFormat.PaddingRight = token.Parameter; 10574formatState.RowFormat.RowCellFormat.PaddingBottom = token.Parameter; 10577formatState.RowFormat.RowCellFormat.PaddingTop = token.Parameter; 10593formatState.RowFormat.RowCellFormat.SpacingBottom = 0; 10597formatState.RowFormat.RowCellFormat.SpacingLeft = 0; 10601formatState.RowFormat.RowCellFormat.SpacingRight = 0; 10605formatState.RowFormat.RowCellFormat.SpacingTop = 0; 10608formatState.RowFormat.RowCellFormat.SpacingBottom = token.Parameter; 10611formatState.RowFormat.RowCellFormat.SpacingLeft = token.Parameter; 10614formatState.RowFormat.RowCellFormat.SpacingRight = token.Parameter; 10617formatState.RowFormat.RowCellFormat.SpacingTop = token.Parameter; 10655ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10658ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderBottom; 10661ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderRight; 10664ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10667ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10670ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (12)
1476CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1541if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMergeFirst) 1545else if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMerge) 1567CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1777dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false; 1778dnNew.FormatState.RowFormat.RowCellFormat.IsVMerge = true; 1814CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1835dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false; 1836dnNew.FormatState.RowFormat.RowCellFormat.IsVMerge = true; 3213CellFormat cf = rf.RowCellFormat; 3243CellFormat cf = rf.RowCellFormat; 3267CellFormat cf = rf.RowCellFormat;