7 writes to RowFormat
PresentationFramework (7)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (5)
819
RowFormat
= formatState._rowFormat;
895
RowFormat
= null;
7376
dnNewTable.FormatState.
RowFormat
= EntryAt(nUnfilledRowIndex).FormatState.RowFormat;
10101
dnRow.FormatState.
RowFormat
= new RowFormat(formatState.RowFormat);
10111
dnTable.FormatState.
RowFormat
= dnRow.FormatState.RowFormat;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
1775
dnNew.FormatState.
RowFormat
= new RowFormat(dnSpanningCell.FormatState.RowFormat);
1833
dnNew.FormatState.
RowFormat
= new RowFormat(dnSpanningCell.FormatState.RowFormat);
83 references to RowFormat
PresentationFramework (83)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (63)
5178
if (FormatState.
RowFormat
.Dir == DirState.DirRTL)
5183
RowFormat rf = FormatState.
RowFormat
;
5206
Debug.Assert(dnRow != null && dnRow.FormatState.
RowFormat
!= null);
5211
CellFormat cf = dnRow.FormatState.
RowFormat
.NthCellFormat(nCol);
5389
prevX = FormatState.
RowFormat
.Trleft;
5662
RowFormat rf = dnRow.FormatState.
RowFormat
;
6121
return FormatState.
RowFormat
.Dir;
6307
if (!cs.Row.FormatState.
RowFormat
.IsVMerge)
7376
dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.
RowFormat
;
7411
RowFormat rf = dn.FormatState.
RowFormat
;
7511
RowFormat rf = dnRow.FormatState.
RowFormat
;
10099
if (formatState.
RowFormat
!= null)
10101
dnRow.FormatState.RowFormat = new RowFormat(formatState.
RowFormat
);
10102
dnRow.FormatState.
RowFormat
.CanonicalizeWidthsFromRTF();
10111
dnTable.FormatState.RowFormat = dnRow.FormatState.
RowFormat
;
10556
formatState.
RowFormat
.Trleft = token.Parameter;
10568
formatState.
RowFormat
.RowCellFormat.PaddingLeft = token.Parameter;
10571
formatState.
RowFormat
.RowCellFormat.PaddingRight = token.Parameter;
10574
formatState.
RowFormat
.RowCellFormat.PaddingBottom = token.Parameter;
10577
formatState.
RowFormat
.RowCellFormat.PaddingTop = token.Parameter;
10593
formatState.
RowFormat
.RowCellFormat.SpacingBottom = 0;
10597
formatState.
RowFormat
.RowCellFormat.SpacingLeft = 0;
10601
formatState.
RowFormat
.RowCellFormat.SpacingRight = 0;
10605
formatState.
RowFormat
.RowCellFormat.SpacingTop = 0;
10608
formatState.
RowFormat
.RowCellFormat.SpacingBottom = token.Parameter;
10611
formatState.
RowFormat
.RowCellFormat.SpacingLeft = token.Parameter;
10614
formatState.
RowFormat
.RowCellFormat.SpacingRight = token.Parameter;
10617
formatState.
RowFormat
.RowCellFormat.SpacingTop = token.Parameter;
10621
formatState.
RowFormat
.WidthRow.Value = token.Parameter;
10626
formatState.
RowFormat
.WidthRow.Type = (WidthType)token.Parameter;
10635
formatState.
RowFormat
.WidthA.Value = token.Parameter;
10639
formatState.
RowFormat
.WidthA.Type = (WidthType)token.Parameter;
10643
formatState.
RowFormat
.WidthRow.SetDefaults();
10646
cf = formatState.
RowFormat
.CurrentCellFormat();
10650
cf = formatState.
RowFormat
.CurrentCellFormat();
10655
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderTop;
10658
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderBottom;
10661
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderRight;
10664
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderLeft;
10667
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderLeft;
10670
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderTop;
10673
cf = formatState.
RowFormat
.CurrentCellFormat();
10677
cf = formatState.
RowFormat
.CurrentCellFormat();
10681
cf = formatState.
RowFormat
.CurrentCellFormat();
10686
cf = formatState.
RowFormat
.CurrentCellFormat();
10691
cf = formatState.
RowFormat
.CurrentCellFormat();
10697
cf = formatState.
RowFormat
.CurrentCellFormat();
10701
cf = formatState.
RowFormat
.CurrentCellFormat();
10705
cf = formatState.
RowFormat
.CurrentCellFormat();
10709
cf = formatState.
RowFormat
.CurrentCellFormat();
10713
cf = formatState.
RowFormat
.CurrentCellFormat();
10717
cf = formatState.
RowFormat
.CurrentCellFormat();
10721
cf = formatState.
RowFormat
.CurrentCellFormat();
10725
cf = formatState.
RowFormat
.CurrentCellFormat();
10729
cf = formatState.
RowFormat
.CurrentCellFormat();
10733
cf = formatState.
RowFormat
.CurrentCellFormat();
10749
cf = formatState.
RowFormat
.CurrentCellFormat();
10754
formatState.
RowFormat
.Dir = DirState.DirRTL;
10757
formatState.
RowFormat
.Dir = DirState.DirLTR;
10763
cf = formatState.
RowFormat
.CurrentCellFormat();
10768
cf = formatState.
RowFormat
.CurrentCellFormat();
10773
cf = formatState.
RowFormat
.CurrentCellFormat();
10778
cf = formatState.
RowFormat
.CurrentCellFormat();
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (20)
1476
CellFormat cf = dnCell.FormatState.
RowFormat
.RowCellFormat;
1541
if (dnCell.FormatState.
RowFormat
.RowCellFormat.IsVMergeFirst)
1545
else if (dnCell.FormatState.
RowFormat
.RowCellFormat.IsVMerge)
1567
CellFormat cf = dnCell.FormatState.
RowFormat
.RowCellFormat;
1620
RowFormat rf = dnTable.FormatState.
RowFormat
;
1775
dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.
RowFormat
);
1777
dnNew.FormatState.
RowFormat
.RowCellFormat.IsVMergeFirst = false;
1778
dnNew.FormatState.
RowFormat
.RowCellFormat.IsVMerge = true;
1814
CellFormat cf = dnCell.FormatState.
RowFormat
.RowCellFormat;
1833
dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.
RowFormat
);
1835
dnNew.FormatState.
RowFormat
.RowCellFormat.IsVMergeFirst = false;
1836
dnNew.FormatState.
RowFormat
.RowCellFormat.IsVMerge = true;
1910
dnThis.FormatState.
RowFormat
.Trleft = dnThis.FormatState.LI;
1911
dnThis.FormatState.
RowFormat
.CanonicalizeWidthsFromXaml();
2956
formatState.
RowFormat
.Dir = dirState;
3058
formatState.
RowFormat
.Trgaph = Converters.PxToTwipRounded(d);
3085
RowFormat rf = dnTable.FormatState.
RowFormat
;
3212
RowFormat rf = formatState.
RowFormat
;
3242
RowFormat rf = formatState.
RowFormat
;
3266
RowFormat rf = formatState.
RowFormat
;