7 writes to RowFormat
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
797
RowFormat
= formatState._rowFormat;
873
RowFormat
= null;
7309
dnNewTable.FormatState.
RowFormat
= EntryAt(nUnfilledRowIndex).FormatState.RowFormat;
10039
dnRow.FormatState.
RowFormat
= new RowFormat(formatState.RowFormat);
10049
dnTable.FormatState.
RowFormat
= dnRow.FormatState.RowFormat;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1772
dnNew.FormatState.
RowFormat
= new RowFormat(dnSpanningCell.FormatState.RowFormat);
1830
dnNew.FormatState.
RowFormat
= new RowFormat(dnSpanningCell.FormatState.RowFormat);
83 references to RowFormat
PresentationFramework (83)
System\Windows\Documents\RtfToXamlReader.cs (63)
5124
if (FormatState.
RowFormat
.Dir == DirState.DirRTL)
5129
RowFormat rf = FormatState.
RowFormat
;
5152
Debug.Assert(dnRow != null && dnRow.FormatState.
RowFormat
!= null);
5157
CellFormat cf = dnRow.FormatState.
RowFormat
.NthCellFormat(nCol);
5335
prevX = FormatState.
RowFormat
.Trleft;
5589
RowFormat rf = dnRow.FormatState.
RowFormat
;
6052
return FormatState.
RowFormat
.Dir;
6238
if (!cs.Row.FormatState.
RowFormat
.IsVMerge)
7309
dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.
RowFormat
;
7344
RowFormat rf = dn.FormatState.
RowFormat
;
7444
RowFormat rf = dnRow.FormatState.
RowFormat
;
10037
if (formatState.
RowFormat
!= null)
10039
dnRow.FormatState.RowFormat = new RowFormat(formatState.
RowFormat
);
10040
dnRow.FormatState.
RowFormat
.CanonicalizeWidthsFromRTF();
10049
dnTable.FormatState.RowFormat = dnRow.FormatState.
RowFormat
;
10495
formatState.
RowFormat
.Trleft = token.Parameter;
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;
10560
formatState.
RowFormat
.WidthRow.Value = token.Parameter;
10565
formatState.
RowFormat
.WidthRow.Type = (WidthType)token.Parameter;
10574
formatState.
RowFormat
.WidthA.Value = token.Parameter;
10578
formatState.
RowFormat
.WidthA.Type = (WidthType)token.Parameter;
10582
formatState.
RowFormat
.WidthRow.SetDefaults();
10585
cf = formatState.
RowFormat
.CurrentCellFormat();
10589
cf = formatState.
RowFormat
.CurrentCellFormat();
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;
10612
cf = formatState.
RowFormat
.CurrentCellFormat();
10616
cf = formatState.
RowFormat
.CurrentCellFormat();
10620
cf = formatState.
RowFormat
.CurrentCellFormat();
10625
cf = formatState.
RowFormat
.CurrentCellFormat();
10630
cf = formatState.
RowFormat
.CurrentCellFormat();
10636
cf = formatState.
RowFormat
.CurrentCellFormat();
10640
cf = formatState.
RowFormat
.CurrentCellFormat();
10644
cf = formatState.
RowFormat
.CurrentCellFormat();
10648
cf = formatState.
RowFormat
.CurrentCellFormat();
10652
cf = formatState.
RowFormat
.CurrentCellFormat();
10656
cf = formatState.
RowFormat
.CurrentCellFormat();
10660
cf = formatState.
RowFormat
.CurrentCellFormat();
10664
cf = formatState.
RowFormat
.CurrentCellFormat();
10668
cf = formatState.
RowFormat
.CurrentCellFormat();
10672
cf = formatState.
RowFormat
.CurrentCellFormat();
10688
cf = formatState.
RowFormat
.CurrentCellFormat();
10693
formatState.
RowFormat
.Dir = DirState.DirRTL;
10696
formatState.
RowFormat
.Dir = DirState.DirLTR;
10702
cf = formatState.
RowFormat
.CurrentCellFormat();
10707
cf = formatState.
RowFormat
.CurrentCellFormat();
10712
cf = formatState.
RowFormat
.CurrentCellFormat();
10717
cf = formatState.
RowFormat
.CurrentCellFormat();
System\Windows\Documents\XamlToRtfWriter.cs (20)
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;
1617
RowFormat rf = dnTable.FormatState.
RowFormat
;
1772
dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.
RowFormat
);
1774
dnNew.FormatState.
RowFormat
.RowCellFormat.IsVMergeFirst = false;
1775
dnNew.FormatState.
RowFormat
.RowCellFormat.IsVMerge = true;
1811
CellFormat cf = dnCell.FormatState.
RowFormat
.RowCellFormat;
1830
dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.
RowFormat
);
1832
dnNew.FormatState.
RowFormat
.RowCellFormat.IsVMergeFirst = false;
1833
dnNew.FormatState.
RowFormat
.RowCellFormat.IsVMerge = true;
1907
dnThis.FormatState.
RowFormat
.Trleft = dnThis.FormatState.LI;
1908
dnThis.FormatState.
RowFormat
.CanonicalizeWidthsFromXaml();
2949
formatState.
RowFormat
.Dir = dirState;
3051
formatState.
RowFormat
.Trgaph = Converters.PxToTwipRounded(d);
3078
RowFormat rf = dnTable.FormatState.
RowFormat
;
3205
RowFormat rf = formatState.
RowFormat
;
3235
RowFormat rf = formatState.
RowFormat
;
3259
RowFormat rf = formatState.
RowFormat
;