7 writes to RowFormat
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
796
RowFormat
= formatState._rowFormat;
872
RowFormat
= null;
7299
dnNewTable.FormatState.
RowFormat
= EntryAt(nUnfilledRowIndex).FormatState.RowFormat;
10023
dnRow.FormatState.
RowFormat
= new RowFormat(formatState.RowFormat);
10033
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)
5114
if (FormatState.
RowFormat
.Dir == DirState.DirRTL)
5119
RowFormat rf = FormatState.
RowFormat
;
5142
Debug.Assert(dnRow != null && dnRow.FormatState.
RowFormat
!= null);
5147
CellFormat cf = dnRow.FormatState.
RowFormat
.NthCellFormat(nCol);
5325
prevX = FormatState.
RowFormat
.Trleft;
5579
RowFormat rf = dnRow.FormatState.
RowFormat
;
6042
return FormatState.
RowFormat
.Dir;
6228
if (!cs.Row.FormatState.
RowFormat
.IsVMerge)
7299
dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.
RowFormat
;
7334
RowFormat rf = dn.FormatState.
RowFormat
;
7434
RowFormat rf = dnRow.FormatState.
RowFormat
;
10021
if (formatState.
RowFormat
!= null)
10023
dnRow.FormatState.RowFormat = new RowFormat(formatState.
RowFormat
);
10024
dnRow.FormatState.
RowFormat
.CanonicalizeWidthsFromRTF();
10033
dnTable.FormatState.RowFormat = dnRow.FormatState.
RowFormat
;
10458
formatState.
RowFormat
.Trleft = token.Parameter;
10470
formatState.
RowFormat
.RowCellFormat.PaddingLeft = token.Parameter;
10473
formatState.
RowFormat
.RowCellFormat.PaddingRight = token.Parameter;
10476
formatState.
RowFormat
.RowCellFormat.PaddingBottom = token.Parameter;
10479
formatState.
RowFormat
.RowCellFormat.PaddingTop = token.Parameter;
10495
formatState.
RowFormat
.RowCellFormat.SpacingBottom = 0;
10499
formatState.
RowFormat
.RowCellFormat.SpacingLeft = 0;
10503
formatState.
RowFormat
.RowCellFormat.SpacingRight = 0;
10507
formatState.
RowFormat
.RowCellFormat.SpacingTop = 0;
10510
formatState.
RowFormat
.RowCellFormat.SpacingBottom = token.Parameter;
10513
formatState.
RowFormat
.RowCellFormat.SpacingLeft = token.Parameter;
10516
formatState.
RowFormat
.RowCellFormat.SpacingRight = token.Parameter;
10519
formatState.
RowFormat
.RowCellFormat.SpacingTop = token.Parameter;
10523
formatState.
RowFormat
.WidthRow.Value = token.Parameter;
10528
formatState.
RowFormat
.WidthRow.Type = (WidthType)token.Parameter;
10537
formatState.
RowFormat
.WidthA.Value = token.Parameter;
10541
formatState.
RowFormat
.WidthA.Type = (WidthType)token.Parameter;
10545
formatState.
RowFormat
.WidthRow.SetDefaults();
10548
cf = formatState.
RowFormat
.CurrentCellFormat();
10552
cf = formatState.
RowFormat
.CurrentCellFormat();
10557
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderTop;
10560
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderBottom;
10563
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderRight;
10566
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderLeft;
10569
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderLeft;
10572
ConverterState.CurrentBorder = formatState.
RowFormat
.RowCellFormat.BorderTop;
10575
cf = formatState.
RowFormat
.CurrentCellFormat();
10579
cf = formatState.
RowFormat
.CurrentCellFormat();
10583
cf = formatState.
RowFormat
.CurrentCellFormat();
10588
cf = formatState.
RowFormat
.CurrentCellFormat();
10593
cf = formatState.
RowFormat
.CurrentCellFormat();
10599
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();
10651
cf = formatState.
RowFormat
.CurrentCellFormat();
10656
formatState.
RowFormat
.Dir = DirState.DirRTL;
10659
formatState.
RowFormat
.Dir = DirState.DirLTR;
10665
cf = formatState.
RowFormat
.CurrentCellFormat();
10670
cf = formatState.
RowFormat
.CurrentCellFormat();
10675
cf = formatState.
RowFormat
.CurrentCellFormat();
10680
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
;