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