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
));
5129
CellFormat cf = rf.
RowCellFormat
;
10506
formatState.RowFormat.
RowCellFormat
.PaddingLeft = token.Parameter;
10509
formatState.RowFormat.
RowCellFormat
.PaddingRight = token.Parameter;
10512
formatState.RowFormat.
RowCellFormat
.PaddingBottom = token.Parameter;
10515
formatState.RowFormat.
RowCellFormat
.PaddingTop = token.Parameter;
10531
formatState.RowFormat.
RowCellFormat
.SpacingBottom = 0;
10535
formatState.RowFormat.
RowCellFormat
.SpacingLeft = 0;
10539
formatState.RowFormat.
RowCellFormat
.SpacingRight = 0;
10543
formatState.RowFormat.
RowCellFormat
.SpacingTop = 0;
10546
formatState.RowFormat.
RowCellFormat
.SpacingBottom = token.Parameter;
10549
formatState.RowFormat.
RowCellFormat
.SpacingLeft = token.Parameter;
10552
formatState.RowFormat.
RowCellFormat
.SpacingRight = token.Parameter;
10555
formatState.RowFormat.
RowCellFormat
.SpacingTop = token.Parameter;
10593
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderTop;
10596
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderBottom;
10599
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderRight;
10602
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderLeft;
10605
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderLeft;
10608
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
;