7 writes to RowFormat
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
798
RowFormat
= formatState._rowFormat;
874
RowFormat
= null;
7294
dnNewTable.FormatState.
RowFormat
= EntryAt(nUnfilledRowIndex).FormatState.RowFormat;
10009
dnRow.FormatState.
RowFormat
= new RowFormat(formatState.RowFormat);
10019
dnTable.FormatState.
RowFormat
= dnRow.FormatState.RowFormat;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1773
dnNew.FormatState.
RowFormat
= new RowFormat(dnSpanningCell.FormatState.RowFormat);
1831
dnNew.FormatState.
RowFormat
= new RowFormat(dnSpanningCell.FormatState.RowFormat);
83 references to RowFormat
PresentationFramework (83)
System\Windows\Documents\RtfToXamlReader.cs (63)
5116
if (FormatState.
RowFormat
.Dir == DirState.DirRTL)
5121
RowFormat rf = FormatState.
RowFormat
;
5144
Debug.Assert(dnRow != null && dnRow.FormatState.
RowFormat
!= null);
5149
CellFormat cf = dnRow.FormatState.
RowFormat
.NthCellFormat(nCol);
5327
prevX = FormatState.
RowFormat
.Trleft;
5581
RowFormat rf = dnRow.FormatState.
RowFormat
;
6040
return FormatState.
RowFormat
.Dir;
6226
if (!cs.Row.FormatState.
RowFormat
.IsVMerge)
7294
dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.
RowFormat
;
7329
RowFormat rf = dn.FormatState.
RowFormat
;
7429
RowFormat rf = dnRow.FormatState.
RowFormat
;
10007
if (formatState.
RowFormat
!= null)
10009
dnRow.FormatState.RowFormat = new RowFormat(formatState.
RowFormat
);
10010
dnRow.FormatState.
RowFormat
.CanonicalizeWidthsFromRTF();
10019
dnTable.FormatState.RowFormat = dnRow.FormatState.
RowFormat
;
10463
formatState.
RowFormat
.Trleft = token.Parameter;
10475
formatState.
RowFormat
.RowCellFormat.PaddingLeft = token.Parameter;
10478
formatState.
RowFormat
.RowCellFormat.PaddingRight = token.Parameter;
10481
formatState.
RowFormat
.RowCellFormat.PaddingBottom = token.Parameter;
10484
formatState.
RowFormat
.RowCellFormat.PaddingTop = token.Parameter;
10500
formatState.
RowFormat
.RowCellFormat.SpacingBottom = 0;
10504
formatState.
RowFormat
.RowCellFormat.SpacingLeft = 0;
10508
formatState.
RowFormat
.RowCellFormat.SpacingRight = 0;
10512
formatState.
RowFormat
.RowCellFormat.SpacingTop = 0;
10515
formatState.
RowFormat
.RowCellFormat.SpacingBottom = token.Parameter;
10518
formatState.
RowFormat
.RowCellFormat.SpacingLeft = token.Parameter;
10521
formatState.
RowFormat
.RowCellFormat.SpacingRight = token.Parameter;
10524
formatState.
RowFormat
.RowCellFormat.SpacingTop = token.Parameter;
10528
formatState.
RowFormat
.WidthRow.Value = token.Parameter;
10533
formatState.
RowFormat
.WidthRow.Type = (WidthType)token.Parameter;
10542
formatState.
RowFormat
.WidthA.Value = token.Parameter;
10546
formatState.
RowFormat
.WidthA.Type = (WidthType)token.Parameter;
10550
formatState.
RowFormat
.WidthRow.SetDefaults();
10553
cf = formatState.
RowFormat
.CurrentCellFormat();
10557
cf = formatState.
RowFormat
.CurrentCellFormat();
10562
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderTop;
10565
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderBottom;
10568
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderRight;
10571
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderLeft;
10574
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderLeft;
10577
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderTop;
10580
cf = formatState.
RowFormat
.CurrentCellFormat();
10584
cf = formatState.
RowFormat
.CurrentCellFormat();
10588
cf = formatState.
RowFormat
.CurrentCellFormat();
10593
cf = formatState.
RowFormat
.CurrentCellFormat();
10598
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();
10636
cf = formatState.
RowFormat
.CurrentCellFormat();
10640
cf = formatState.
RowFormat
.CurrentCellFormat();
10656
cf = formatState.
RowFormat
.CurrentCellFormat();
10661
formatState.
RowFormat
.Dir = DirState.DirRTL;
10664
formatState.
RowFormat
.Dir = DirState.DirLTR;
10670
cf = formatState.
RowFormat
.CurrentCellFormat();
10675
cf = formatState.
RowFormat
.CurrentCellFormat();
10680
cf = formatState.
RowFormat
.CurrentCellFormat();
10685
cf = formatState.
RowFormat
.CurrentCellFormat();
System\Windows\Documents\XamlToRtfWriter.cs (20)
1474
CellFormat cf = dnCell.FormatState.
RowFormat
.RowCellFormat;
1539
if (dnCell.FormatState.
RowFormat
.RowCellFormat.IsVMergeFirst)
1543
else if (dnCell.FormatState.
RowFormat
.RowCellFormat.IsVMerge)
1565
CellFormat cf = dnCell.FormatState.
RowFormat
.RowCellFormat;
1618
RowFormat rf = dnTable.FormatState.
RowFormat
;
1773
dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.
RowFormat
);
1775
dnNew.FormatState.
RowFormat
.RowCellFormat.IsVMergeFirst = false;
1776
dnNew.FormatState.
RowFormat
.RowCellFormat.IsVMerge = true;
1812
CellFormat cf = dnCell.FormatState.
RowFormat
.RowCellFormat;
1831
dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.
RowFormat
);
1833
dnNew.FormatState.
RowFormat
.RowCellFormat.IsVMergeFirst = false;
1834
dnNew.FormatState.
RowFormat
.RowCellFormat.IsVMerge = true;
1908
dnThis.FormatState.
RowFormat
.Trleft = dnThis.FormatState.LI;
1909
dnThis.FormatState.
RowFormat
.CanonicalizeWidthsFromXaml();
2950
formatState.
RowFormat
.Dir = dirState;
3052
formatState.
RowFormat
.Trgaph = Converters.PxToTwipRounded(d);
3079
RowFormat rf = dnTable.FormatState.
RowFormat
;
3206
RowFormat rf = formatState.
RowFormat
;
3236
RowFormat rf = formatState.
RowFormat
;
3260
RowFormat rf = formatState.
RowFormat
;