7 writes to RowFormat
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
796
RowFormat
= formatState._rowFormat;
872
RowFormat
= null;
7308
dnNewTable.FormatState.
RowFormat
= EntryAt(nUnfilledRowIndex).FormatState.RowFormat;
10038
dnRow.FormatState.
RowFormat
= new RowFormat(formatState.RowFormat);
10048
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)
5123
if (FormatState.
RowFormat
.Dir == DirState.DirRTL)
5128
RowFormat rf = FormatState.
RowFormat
;
5151
Debug.Assert(dnRow != null && dnRow.FormatState.
RowFormat
!= null);
5156
CellFormat cf = dnRow.FormatState.
RowFormat
.NthCellFormat(nCol);
5334
prevX = FormatState.
RowFormat
.Trleft;
5588
RowFormat rf = dnRow.FormatState.
RowFormat
;
6051
return FormatState.
RowFormat
.Dir;
6237
if (!cs.Row.FormatState.
RowFormat
.IsVMerge)
7308
dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.
RowFormat
;
7343
RowFormat rf = dn.FormatState.
RowFormat
;
7443
RowFormat rf = dnRow.FormatState.
RowFormat
;
10036
if (formatState.
RowFormat
!= null)
10038
dnRow.FormatState.RowFormat = new RowFormat(formatState.
RowFormat
);
10039
dnRow.FormatState.
RowFormat
.CanonicalizeWidthsFromRTF();
10048
dnTable.FormatState.RowFormat = dnRow.FormatState.
RowFormat
;
10494
formatState.
RowFormat
.Trleft = token.Parameter;
10506
formatState.
RowFormat
.RowCellFormat.PaddingLeft = token.Parameter;
10509
formatState.
RowFormat
.RowCellFormat.PaddingRight = token.Parameter;
10512
formatState.
RowFormat
.RowCellFormat.PaddingBottom = token.Parameter;
10515
formatState.
RowFormat
.RowCellFormat.PaddingTop = token.Parameter;
10531
formatState.
RowFormat
.RowCellFormat.SpacingBottom = 0;
10535
formatState.
RowFormat
.RowCellFormat.SpacingLeft = 0;
10539
formatState.
RowFormat
.RowCellFormat.SpacingRight = 0;
10543
formatState.
RowFormat
.RowCellFormat.SpacingTop = 0;
10546
formatState.
RowFormat
.RowCellFormat.SpacingBottom = token.Parameter;
10549
formatState.
RowFormat
.RowCellFormat.SpacingLeft = token.Parameter;
10552
formatState.
RowFormat
.RowCellFormat.SpacingRight = token.Parameter;
10555
formatState.
RowFormat
.RowCellFormat.SpacingTop = token.Parameter;
10559
formatState.
RowFormat
.WidthRow.Value = token.Parameter;
10564
formatState.
RowFormat
.WidthRow.Type = (WidthType)token.Parameter;
10573
formatState.
RowFormat
.WidthA.Value = token.Parameter;
10577
formatState.
RowFormat
.WidthA.Type = (WidthType)token.Parameter;
10581
formatState.
RowFormat
.WidthRow.SetDefaults();
10584
cf = formatState.
RowFormat
.CurrentCellFormat();
10588
cf = formatState.
RowFormat
.CurrentCellFormat();
10593
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderTop;
10596
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderBottom;
10599
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderRight;
10602
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderLeft;
10605
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderLeft;
10608
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderTop;
10611
cf = formatState.
RowFormat
.CurrentCellFormat();
10615
cf = formatState.
RowFormat
.CurrentCellFormat();
10619
cf = formatState.
RowFormat
.CurrentCellFormat();
10624
cf = formatState.
RowFormat
.CurrentCellFormat();
10629
cf = formatState.
RowFormat
.CurrentCellFormat();
10635
cf = formatState.
RowFormat
.CurrentCellFormat();
10639
cf = formatState.
RowFormat
.CurrentCellFormat();
10643
cf = formatState.
RowFormat
.CurrentCellFormat();
10647
cf = formatState.
RowFormat
.CurrentCellFormat();
10651
cf = formatState.
RowFormat
.CurrentCellFormat();
10655
cf = formatState.
RowFormat
.CurrentCellFormat();
10659
cf = formatState.
RowFormat
.CurrentCellFormat();
10663
cf = formatState.
RowFormat
.CurrentCellFormat();
10667
cf = formatState.
RowFormat
.CurrentCellFormat();
10671
cf = formatState.
RowFormat
.CurrentCellFormat();
10687
cf = formatState.
RowFormat
.CurrentCellFormat();
10692
formatState.
RowFormat
.Dir = DirState.DirRTL;
10695
formatState.
RowFormat
.Dir = DirState.DirLTR;
10701
cf = formatState.
RowFormat
.CurrentCellFormat();
10706
cf = formatState.
RowFormat
.CurrentCellFormat();
10711
cf = formatState.
RowFormat
.CurrentCellFormat();
10716
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
;