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
));
5122
CellFormat cf = rf.
RowCellFormat
;
10475
formatState.RowFormat.
RowCellFormat
.PaddingLeft = token.Parameter;
10478
formatState.RowFormat.
RowCellFormat
.PaddingRight = token.Parameter;
10481
formatState.RowFormat.
RowCellFormat
.PaddingBottom = token.Parameter;
10484
formatState.RowFormat.
RowCellFormat
.PaddingTop = token.Parameter;
10500
formatState.RowFormat.
RowCellFormat
.SpacingBottom = 0;
10504
formatState.RowFormat.
RowCellFormat
.SpacingLeft = 0;
10508
formatState.RowFormat.
RowCellFormat
.SpacingRight = 0;
10512
formatState.RowFormat.
RowCellFormat
.SpacingTop = 0;
10515
formatState.RowFormat.
RowCellFormat
.SpacingBottom = token.Parameter;
10518
formatState.RowFormat.
RowCellFormat
.SpacingLeft = token.Parameter;
10521
formatState.RowFormat.
RowCellFormat
.SpacingRight = token.Parameter;
10524
formatState.RowFormat.
RowCellFormat
.SpacingTop = token.Parameter;
10562
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderTop;
10565
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderBottom;
10568
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderRight;
10571
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderLeft;
10574
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderLeft;
10577
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderTop;
System\Windows\Documents\XamlToRtfWriter.cs (12)
1474
CellFormat cf = dnCell.FormatState.RowFormat.
RowCellFormat
;
1539
if (dnCell.FormatState.RowFormat.
RowCellFormat
.IsVMergeFirst)
1543
else if (dnCell.FormatState.RowFormat.
RowCellFormat
.IsVMerge)
1565
CellFormat cf = dnCell.FormatState.RowFormat.
RowCellFormat
;
1775
dnNew.FormatState.RowFormat.
RowCellFormat
.IsVMergeFirst = false;
1776
dnNew.FormatState.RowFormat.
RowCellFormat
.IsVMerge = true;
1812
CellFormat cf = dnCell.FormatState.RowFormat.
RowCellFormat
;
1833
dnNew.FormatState.RowFormat.
RowCellFormat
.IsVMergeFirst = false;
1834
dnNew.FormatState.RowFormat.
RowCellFormat
.IsVMerge = true;
3207
CellFormat cf = rf.
RowCellFormat
;
3237
CellFormat cf = rf.
RowCellFormat
;
3261
CellFormat cf = rf.
RowCellFormat
;