7 writes to RowFormat
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
797
RowFormat
= formatState._rowFormat;
873
RowFormat
= null;
7293
dnNewTable.FormatState.
RowFormat
= EntryAt(nUnfilledRowIndex).FormatState.RowFormat;
10008
dnRow.FormatState.
RowFormat
= new RowFormat(formatState.RowFormat);
10018
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)
5115
if (FormatState.
RowFormat
.Dir == DirState.DirRTL)
5120
RowFormat rf = FormatState.
RowFormat
;
5143
Debug.Assert(dnRow != null && dnRow.FormatState.
RowFormat
!= null);
5148
CellFormat cf = dnRow.FormatState.
RowFormat
.NthCellFormat(nCol);
5326
prevX = FormatState.
RowFormat
.Trleft;
5580
RowFormat rf = dnRow.FormatState.
RowFormat
;
6039
return FormatState.
RowFormat
.Dir;
6225
if (!cs.Row.FormatState.
RowFormat
.IsVMerge)
7293
dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.
RowFormat
;
7328
RowFormat rf = dn.FormatState.
RowFormat
;
7428
RowFormat rf = dnRow.FormatState.
RowFormat
;
10006
if (formatState.
RowFormat
!= null)
10008
dnRow.FormatState.RowFormat = new RowFormat(formatState.
RowFormat
);
10009
dnRow.FormatState.
RowFormat
.CanonicalizeWidthsFromRTF();
10018
dnTable.FormatState.RowFormat = dnRow.FormatState.
RowFormat
;
10462
formatState.
RowFormat
.Trleft = token.Parameter;
10474
formatState.
RowFormat
.RowCellFormat.PaddingLeft = token.Parameter;
10477
formatState.
RowFormat
.RowCellFormat.PaddingRight = token.Parameter;
10480
formatState.
RowFormat
.RowCellFormat.PaddingBottom = token.Parameter;
10483
formatState.
RowFormat
.RowCellFormat.PaddingTop = token.Parameter;
10499
formatState.
RowFormat
.RowCellFormat.SpacingBottom = 0;
10503
formatState.
RowFormat
.RowCellFormat.SpacingLeft = 0;
10507
formatState.
RowFormat
.RowCellFormat.SpacingRight = 0;
10511
formatState.
RowFormat
.RowCellFormat.SpacingTop = 0;
10514
formatState.
RowFormat
.RowCellFormat.SpacingBottom = token.Parameter;
10517
formatState.
RowFormat
.RowCellFormat.SpacingLeft = token.Parameter;
10520
formatState.
RowFormat
.RowCellFormat.SpacingRight = token.Parameter;
10523
formatState.
RowFormat
.RowCellFormat.SpacingTop = token.Parameter;
10527
formatState.
RowFormat
.WidthRow.Value = token.Parameter;
10532
formatState.
RowFormat
.WidthRow.Type = (WidthType)token.Parameter;
10541
formatState.
RowFormat
.WidthA.Value = token.Parameter;
10545
formatState.
RowFormat
.WidthA.Type = (WidthType)token.Parameter;
10549
formatState.
RowFormat
.WidthRow.SetDefaults();
10552
cf = formatState.
RowFormat
.CurrentCellFormat();
10556
cf = formatState.
RowFormat
.CurrentCellFormat();
10561
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderTop;
10564
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderBottom;
10567
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderRight;
10570
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderLeft;
10573
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderLeft;
10576
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderTop;
10579
cf = formatState.
RowFormat
.CurrentCellFormat();
10583
cf = formatState.
RowFormat
.CurrentCellFormat();
10587
cf = formatState.
RowFormat
.CurrentCellFormat();
10592
cf = formatState.
RowFormat
.CurrentCellFormat();
10597
cf = formatState.
RowFormat
.CurrentCellFormat();
10603
cf = formatState.
RowFormat
.CurrentCellFormat();
10607
cf = formatState.
RowFormat
.CurrentCellFormat();
10611
cf = formatState.
RowFormat
.CurrentCellFormat();
10615
cf = formatState.
RowFormat
.CurrentCellFormat();
10619
cf = formatState.
RowFormat
.CurrentCellFormat();
10623
cf = formatState.
RowFormat
.CurrentCellFormat();
10627
cf = formatState.
RowFormat
.CurrentCellFormat();
10631
cf = formatState.
RowFormat
.CurrentCellFormat();
10635
cf = formatState.
RowFormat
.CurrentCellFormat();
10639
cf = formatState.
RowFormat
.CurrentCellFormat();
10655
cf = formatState.
RowFormat
.CurrentCellFormat();
10660
formatState.
RowFormat
.Dir = DirState.DirRTL;
10663
formatState.
RowFormat
.Dir = DirState.DirLTR;
10669
cf = formatState.
RowFormat
.CurrentCellFormat();
10674
cf = formatState.
RowFormat
.CurrentCellFormat();
10679
cf = formatState.
RowFormat
.CurrentCellFormat();
10684
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
;