7 writes to RowFormat
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
796
RowFormat
= formatState._rowFormat;
872
RowFormat
= null;
7299
dnNewTable.FormatState.
RowFormat
= EntryAt(nUnfilledRowIndex).FormatState.RowFormat;
10020
dnRow.FormatState.
RowFormat
= new RowFormat(formatState.RowFormat);
10030
dnTable.FormatState.
RowFormat
= dnRow.FormatState.RowFormat;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1771
dnNew.FormatState.
RowFormat
= new RowFormat(dnSpanningCell.FormatState.RowFormat);
1829
dnNew.FormatState.
RowFormat
= new RowFormat(dnSpanningCell.FormatState.RowFormat);
83 references to RowFormat
PresentationFramework (83)
System\Windows\Documents\RtfToXamlReader.cs (63)
5114
if (FormatState.
RowFormat
.Dir == DirState.DirRTL)
5119
RowFormat rf = FormatState.
RowFormat
;
5142
Debug.Assert(dnRow != null && dnRow.FormatState.
RowFormat
!= null);
5147
CellFormat cf = dnRow.FormatState.
RowFormat
.NthCellFormat(nCol);
5325
prevX = FormatState.
RowFormat
.Trleft;
5579
RowFormat rf = dnRow.FormatState.
RowFormat
;
6042
return FormatState.
RowFormat
.Dir;
6228
if (!cs.Row.FormatState.
RowFormat
.IsVMerge)
7299
dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.
RowFormat
;
7334
RowFormat rf = dn.FormatState.
RowFormat
;
7434
RowFormat rf = dnRow.FormatState.
RowFormat
;
10018
if (formatState.
RowFormat
!= null)
10020
dnRow.FormatState.RowFormat = new RowFormat(formatState.
RowFormat
);
10021
dnRow.FormatState.
RowFormat
.CanonicalizeWidthsFromRTF();
10030
dnTable.FormatState.RowFormat = dnRow.FormatState.
RowFormat
;
10455
formatState.
RowFormat
.Trleft = token.Parameter;
10467
formatState.
RowFormat
.RowCellFormat.PaddingLeft = token.Parameter;
10470
formatState.
RowFormat
.RowCellFormat.PaddingRight = token.Parameter;
10473
formatState.
RowFormat
.RowCellFormat.PaddingBottom = token.Parameter;
10476
formatState.
RowFormat
.RowCellFormat.PaddingTop = token.Parameter;
10492
formatState.
RowFormat
.RowCellFormat.SpacingBottom = 0;
10496
formatState.
RowFormat
.RowCellFormat.SpacingLeft = 0;
10500
formatState.
RowFormat
.RowCellFormat.SpacingRight = 0;
10504
formatState.
RowFormat
.RowCellFormat.SpacingTop = 0;
10507
formatState.
RowFormat
.RowCellFormat.SpacingBottom = token.Parameter;
10510
formatState.
RowFormat
.RowCellFormat.SpacingLeft = token.Parameter;
10513
formatState.
RowFormat
.RowCellFormat.SpacingRight = token.Parameter;
10516
formatState.
RowFormat
.RowCellFormat.SpacingTop = token.Parameter;
10520
formatState.
RowFormat
.WidthRow.Value = token.Parameter;
10525
formatState.
RowFormat
.WidthRow.Type = (WidthType)token.Parameter;
10534
formatState.
RowFormat
.WidthA.Value = token.Parameter;
10538
formatState.
RowFormat
.WidthA.Type = (WidthType)token.Parameter;
10542
formatState.
RowFormat
.WidthRow.SetDefaults();
10545
cf = formatState.
RowFormat
.CurrentCellFormat();
10549
cf = formatState.
RowFormat
.CurrentCellFormat();
10554
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderTop;
10557
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderBottom;
10560
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderRight;
10563
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderLeft;
10566
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderLeft;
10569
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderTop;
10572
cf = formatState.
RowFormat
.CurrentCellFormat();
10576
cf = formatState.
RowFormat
.CurrentCellFormat();
10580
cf = formatState.
RowFormat
.CurrentCellFormat();
10585
cf = formatState.
RowFormat
.CurrentCellFormat();
10590
cf = formatState.
RowFormat
.CurrentCellFormat();
10596
cf = formatState.
RowFormat
.CurrentCellFormat();
10600
cf = formatState.
RowFormat
.CurrentCellFormat();
10604
cf = formatState.
RowFormat
.CurrentCellFormat();
10608
cf = formatState.
RowFormat
.CurrentCellFormat();
10612
cf = formatState.
RowFormat
.CurrentCellFormat();
10616
cf = formatState.
RowFormat
.CurrentCellFormat();
10620
cf = formatState.
RowFormat
.CurrentCellFormat();
10624
cf = formatState.
RowFormat
.CurrentCellFormat();
10628
cf = formatState.
RowFormat
.CurrentCellFormat();
10632
cf = formatState.
RowFormat
.CurrentCellFormat();
10648
cf = formatState.
RowFormat
.CurrentCellFormat();
10653
formatState.
RowFormat
.Dir = DirState.DirRTL;
10656
formatState.
RowFormat
.Dir = DirState.DirLTR;
10662
cf = formatState.
RowFormat
.CurrentCellFormat();
10667
cf = formatState.
RowFormat
.CurrentCellFormat();
10672
cf = formatState.
RowFormat
.CurrentCellFormat();
10677
cf = formatState.
RowFormat
.CurrentCellFormat();
System\Windows\Documents\XamlToRtfWriter.cs (20)
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;
1616
RowFormat rf = dnTable.FormatState.
RowFormat
;
1771
dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.
RowFormat
);
1773
dnNew.FormatState.
RowFormat
.RowCellFormat.IsVMergeFirst = false;
1774
dnNew.FormatState.
RowFormat
.RowCellFormat.IsVMerge = true;
1810
CellFormat cf = dnCell.FormatState.
RowFormat
.RowCellFormat;
1829
dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.
RowFormat
);
1831
dnNew.FormatState.
RowFormat
.RowCellFormat.IsVMergeFirst = false;
1832
dnNew.FormatState.
RowFormat
.RowCellFormat.IsVMerge = true;
1906
dnThis.FormatState.
RowFormat
.Trleft = dnThis.FormatState.LI;
1907
dnThis.FormatState.
RowFormat
.CanonicalizeWidthsFromXaml();
2948
formatState.
RowFormat
.Dir = dirState;
3050
formatState.
RowFormat
.Trgaph = Converters.PxToTwipRounded(d);
3077
RowFormat rf = dnTable.FormatState.
RowFormat
;
3204
RowFormat rf = formatState.
RowFormat
;
3234
RowFormat rf = formatState.
RowFormat
;
3258
RowFormat rf = formatState.
RowFormat
;