34 references to RowCellFormat
PresentationFramework (34)
System\Windows\Documents\RtfToXamlReader.cs (22)
2797
_rowCellFormat = new CellFormat(ri.
RowCellFormat
);
2935
return
RowCellFormat
;
2943
_cellFormats.Add(new CellFormat(
RowCellFormat
));
5130
CellFormat cf = rf.
RowCellFormat
;
10507
formatState.RowFormat.
RowCellFormat
.PaddingLeft = token.Parameter;
10510
formatState.RowFormat.
RowCellFormat
.PaddingRight = token.Parameter;
10513
formatState.RowFormat.
RowCellFormat
.PaddingBottom = token.Parameter;
10516
formatState.RowFormat.
RowCellFormat
.PaddingTop = token.Parameter;
10532
formatState.RowFormat.
RowCellFormat
.SpacingBottom = 0;
10536
formatState.RowFormat.
RowCellFormat
.SpacingLeft = 0;
10540
formatState.RowFormat.
RowCellFormat
.SpacingRight = 0;
10544
formatState.RowFormat.
RowCellFormat
.SpacingTop = 0;
10547
formatState.RowFormat.
RowCellFormat
.SpacingBottom = token.Parameter;
10550
formatState.RowFormat.
RowCellFormat
.SpacingLeft = token.Parameter;
10553
formatState.RowFormat.
RowCellFormat
.SpacingRight = token.Parameter;
10556
formatState.RowFormat.
RowCellFormat
.SpacingTop = token.Parameter;
10594
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderTop;
10597
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderBottom;
10600
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderRight;
10603
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderLeft;
10606
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderLeft;
10609
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
;