34 references to RowCellFormat
PresentationFramework (34)
System\Windows\Documents\RtfToXamlReader.cs (22)
2796
_rowCellFormat = new CellFormat(ri.
RowCellFormat
);
2934
return
RowCellFormat
;
2942
_cellFormats.Add(new CellFormat(
RowCellFormat
));
5120
CellFormat cf = rf.
RowCellFormat
;
10470
formatState.RowFormat.
RowCellFormat
.PaddingLeft = token.Parameter;
10473
formatState.RowFormat.
RowCellFormat
.PaddingRight = token.Parameter;
10476
formatState.RowFormat.
RowCellFormat
.PaddingBottom = token.Parameter;
10479
formatState.RowFormat.
RowCellFormat
.PaddingTop = token.Parameter;
10495
formatState.RowFormat.
RowCellFormat
.SpacingBottom = 0;
10499
formatState.RowFormat.
RowCellFormat
.SpacingLeft = 0;
10503
formatState.RowFormat.
RowCellFormat
.SpacingRight = 0;
10507
formatState.RowFormat.
RowCellFormat
.SpacingTop = 0;
10510
formatState.RowFormat.
RowCellFormat
.SpacingBottom = token.Parameter;
10513
formatState.RowFormat.
RowCellFormat
.SpacingLeft = token.Parameter;
10516
formatState.RowFormat.
RowCellFormat
.SpacingRight = token.Parameter;
10519
formatState.RowFormat.
RowCellFormat
.SpacingTop = token.Parameter;
10557
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderTop;
10560
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderBottom;
10563
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderRight;
10566
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderLeft;
10569
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderLeft;
10572
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderTop;
System\Windows\Documents\XamlToRtfWriter.cs (12)
1472
CellFormat cf = dnCell.FormatState.RowFormat.
RowCellFormat
;
1537
if (dnCell.FormatState.RowFormat.
RowCellFormat
.IsVMergeFirst)
1541
else if (dnCell.FormatState.RowFormat.
RowCellFormat
.IsVMerge)
1563
CellFormat cf = dnCell.FormatState.RowFormat.
RowCellFormat
;
1773
dnNew.FormatState.RowFormat.
RowCellFormat
.IsVMergeFirst = false;
1774
dnNew.FormatState.RowFormat.
RowCellFormat
.IsVMerge = true;
1810
CellFormat cf = dnCell.FormatState.RowFormat.
RowCellFormat
;
1831
dnNew.FormatState.RowFormat.
RowCellFormat
.IsVMergeFirst = false;
1832
dnNew.FormatState.RowFormat.
RowCellFormat
.IsVMerge = true;
3205
CellFormat cf = rf.
RowCellFormat
;
3235
CellFormat cf = rf.
RowCellFormat
;
3259
CellFormat cf = rf.
RowCellFormat
;