34 references to RowCellFormat
PresentationFramework (34)
System\Windows\Documents\RtfToXamlReader.cs (22)
2795_rowCellFormat = new CellFormat(ri.RowCellFormat); 2933return RowCellFormat; 2941_cellFormats.Add(new CellFormat(RowCellFormat)); 5121CellFormat cf = rf.RowCellFormat; 10474formatState.RowFormat.RowCellFormat.PaddingLeft = token.Parameter; 10477formatState.RowFormat.RowCellFormat.PaddingRight = token.Parameter; 10480formatState.RowFormat.RowCellFormat.PaddingBottom = token.Parameter; 10483formatState.RowFormat.RowCellFormat.PaddingTop = token.Parameter; 10499formatState.RowFormat.RowCellFormat.SpacingBottom = 0; 10503formatState.RowFormat.RowCellFormat.SpacingLeft = 0; 10507formatState.RowFormat.RowCellFormat.SpacingRight = 0; 10511formatState.RowFormat.RowCellFormat.SpacingTop = 0; 10514formatState.RowFormat.RowCellFormat.SpacingBottom = token.Parameter; 10517formatState.RowFormat.RowCellFormat.SpacingLeft = token.Parameter; 10520formatState.RowFormat.RowCellFormat.SpacingRight = token.Parameter; 10523formatState.RowFormat.RowCellFormat.SpacingTop = token.Parameter; 10561ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10564ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderBottom; 10567ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderRight; 10570ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10573ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10576ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop;
System\Windows\Documents\XamlToRtfWriter.cs (12)
1473CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1538if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMergeFirst) 1542else if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMerge) 1564CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1774dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false; 1775dnNew.FormatState.RowFormat.RowCellFormat.IsVMerge = true; 1811CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1832dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false; 1833dnNew.FormatState.RowFormat.RowCellFormat.IsVMerge = true; 3206CellFormat cf = rf.RowCellFormat; 3236CellFormat cf = rf.RowCellFormat; 3260CellFormat cf = rf.RowCellFormat;