7 writes to RowFormat
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
798RowFormat = formatState._rowFormat; 874RowFormat = null; 7295dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.RowFormat; 10010dnRow.FormatState.RowFormat = new RowFormat(formatState.RowFormat); 10020dnTable.FormatState.RowFormat = dnRow.FormatState.RowFormat;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1773dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.RowFormat); 1831dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.RowFormat);
83 references to RowFormat
PresentationFramework (83)
System\Windows\Documents\RtfToXamlReader.cs (63)
5117if (FormatState.RowFormat.Dir == DirState.DirRTL) 5122RowFormat rf = FormatState.RowFormat; 5145Debug.Assert(dnRow != null && dnRow.FormatState.RowFormat != null); 5150CellFormat cf = dnRow.FormatState.RowFormat.NthCellFormat(nCol); 5328prevX = FormatState.RowFormat.Trleft; 5582RowFormat rf = dnRow.FormatState.RowFormat; 6041return FormatState.RowFormat.Dir; 6227if (!cs.Row.FormatState.RowFormat.IsVMerge) 7295dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.RowFormat; 7330RowFormat rf = dn.FormatState.RowFormat; 7430RowFormat rf = dnRow.FormatState.RowFormat; 10008if (formatState.RowFormat != null) 10010dnRow.FormatState.RowFormat = new RowFormat(formatState.RowFormat); 10011dnRow.FormatState.RowFormat.CanonicalizeWidthsFromRTF(); 10020dnTable.FormatState.RowFormat = dnRow.FormatState.RowFormat; 10464formatState.RowFormat.Trleft = token.Parameter; 10476formatState.RowFormat.RowCellFormat.PaddingLeft = token.Parameter; 10479formatState.RowFormat.RowCellFormat.PaddingRight = token.Parameter; 10482formatState.RowFormat.RowCellFormat.PaddingBottom = token.Parameter; 10485formatState.RowFormat.RowCellFormat.PaddingTop = token.Parameter; 10501formatState.RowFormat.RowCellFormat.SpacingBottom = 0; 10505formatState.RowFormat.RowCellFormat.SpacingLeft = 0; 10509formatState.RowFormat.RowCellFormat.SpacingRight = 0; 10513formatState.RowFormat.RowCellFormat.SpacingTop = 0; 10516formatState.RowFormat.RowCellFormat.SpacingBottom = token.Parameter; 10519formatState.RowFormat.RowCellFormat.SpacingLeft = token.Parameter; 10522formatState.RowFormat.RowCellFormat.SpacingRight = token.Parameter; 10525formatState.RowFormat.RowCellFormat.SpacingTop = token.Parameter; 10529formatState.RowFormat.WidthRow.Value = token.Parameter; 10534formatState.RowFormat.WidthRow.Type = (WidthType)token.Parameter; 10543formatState.RowFormat.WidthA.Value = token.Parameter; 10547formatState.RowFormat.WidthA.Type = (WidthType)token.Parameter; 10551formatState.RowFormat.WidthRow.SetDefaults(); 10554cf = formatState.RowFormat.CurrentCellFormat(); 10558cf = formatState.RowFormat.CurrentCellFormat(); 10563ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10566ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderBottom; 10569ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderRight; 10572ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10575ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10578ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10581cf = formatState.RowFormat.CurrentCellFormat(); 10585cf = formatState.RowFormat.CurrentCellFormat(); 10589cf = formatState.RowFormat.CurrentCellFormat(); 10594cf = formatState.RowFormat.CurrentCellFormat(); 10599cf = formatState.RowFormat.CurrentCellFormat(); 10605cf = formatState.RowFormat.CurrentCellFormat(); 10609cf = formatState.RowFormat.CurrentCellFormat(); 10613cf = formatState.RowFormat.CurrentCellFormat(); 10617cf = formatState.RowFormat.CurrentCellFormat(); 10621cf = formatState.RowFormat.CurrentCellFormat(); 10625cf = formatState.RowFormat.CurrentCellFormat(); 10629cf = formatState.RowFormat.CurrentCellFormat(); 10633cf = formatState.RowFormat.CurrentCellFormat(); 10637cf = formatState.RowFormat.CurrentCellFormat(); 10641cf = formatState.RowFormat.CurrentCellFormat(); 10657cf = formatState.RowFormat.CurrentCellFormat(); 10662formatState.RowFormat.Dir = DirState.DirRTL; 10665formatState.RowFormat.Dir = DirState.DirLTR; 10671cf = formatState.RowFormat.CurrentCellFormat(); 10676cf = formatState.RowFormat.CurrentCellFormat(); 10681cf = formatState.RowFormat.CurrentCellFormat(); 10686cf = formatState.RowFormat.CurrentCellFormat();
System\Windows\Documents\XamlToRtfWriter.cs (20)
1474CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1539if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMergeFirst) 1543else if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMerge) 1565CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1618RowFormat rf = dnTable.FormatState.RowFormat; 1773dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.RowFormat); 1775dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false; 1776dnNew.FormatState.RowFormat.RowCellFormat.IsVMerge = true; 1812CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1831dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.RowFormat); 1833dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false; 1834dnNew.FormatState.RowFormat.RowCellFormat.IsVMerge = true; 1908dnThis.FormatState.RowFormat.Trleft = dnThis.FormatState.LI; 1909dnThis.FormatState.RowFormat.CanonicalizeWidthsFromXaml(); 2950formatState.RowFormat.Dir = dirState; 3052formatState.RowFormat.Trgaph = Converters.PxToTwipRounded(d); 3079RowFormat rf = dnTable.FormatState.RowFormat; 3206RowFormat rf = formatState.RowFormat; 3236RowFormat rf = formatState.RowFormat; 3260RowFormat rf = formatState.RowFormat;