34 references to RowCellFormat
PresentationFramework (34)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (22)
2855
_rowCellFormat = new CellFormat(ri.
RowCellFormat
);
2993
return
RowCellFormat
;
3001
_cellFormats.Add(new CellFormat(
RowCellFormat
));
5184
CellFormat cf = rf.
RowCellFormat
;
10568
formatState.RowFormat.
RowCellFormat
.PaddingLeft = token.Parameter;
10571
formatState.RowFormat.
RowCellFormat
.PaddingRight = token.Parameter;
10574
formatState.RowFormat.
RowCellFormat
.PaddingBottom = token.Parameter;
10577
formatState.RowFormat.
RowCellFormat
.PaddingTop = token.Parameter;
10593
formatState.RowFormat.
RowCellFormat
.SpacingBottom = 0;
10597
formatState.RowFormat.
RowCellFormat
.SpacingLeft = 0;
10601
formatState.RowFormat.
RowCellFormat
.SpacingRight = 0;
10605
formatState.RowFormat.
RowCellFormat
.SpacingTop = 0;
10608
formatState.RowFormat.
RowCellFormat
.SpacingBottom = token.Parameter;
10611
formatState.RowFormat.
RowCellFormat
.SpacingLeft = token.Parameter;
10614
formatState.RowFormat.
RowCellFormat
.SpacingRight = token.Parameter;
10617
formatState.RowFormat.
RowCellFormat
.SpacingTop = token.Parameter;
10655
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderTop;
10658
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderBottom;
10661
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderRight;
10664
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderLeft;
10667
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderLeft;
10670
ConverterState.CurrentBorder = formatState.RowFormat.
RowCellFormat
.BorderTop;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (12)
1476
CellFormat cf = dnCell.FormatState.RowFormat.
RowCellFormat
;
1541
if (dnCell.FormatState.RowFormat.
RowCellFormat
.IsVMergeFirst)
1545
else if (dnCell.FormatState.RowFormat.
RowCellFormat
.IsVMerge)
1567
CellFormat cf = dnCell.FormatState.RowFormat.
RowCellFormat
;
1777
dnNew.FormatState.RowFormat.
RowCellFormat
.IsVMergeFirst = false;
1778
dnNew.FormatState.RowFormat.
RowCellFormat
.IsVMerge = true;
1814
CellFormat cf = dnCell.FormatState.RowFormat.
RowCellFormat
;
1835
dnNew.FormatState.RowFormat.
RowCellFormat
.IsVMergeFirst = false;
1836
dnNew.FormatState.RowFormat.
RowCellFormat
.IsVMerge = true;
3213
CellFormat cf = rf.
RowCellFormat
;
3243
CellFormat cf = rf.
RowCellFormat
;
3267
CellFormat cf = rf.
RowCellFormat
;