7 writes to RowFormat
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
796RowFormat = formatState._rowFormat; 872RowFormat = null; 7308dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.RowFormat; 10038dnRow.FormatState.RowFormat = new RowFormat(formatState.RowFormat); 10048dnTable.FormatState.RowFormat = dnRow.FormatState.RowFormat;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1771dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.RowFormat); 1829dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.RowFormat);
83 references to RowFormat
PresentationFramework (83)
System\Windows\Documents\RtfToXamlReader.cs (63)
5123if (FormatState.RowFormat.Dir == DirState.DirRTL) 5128RowFormat rf = FormatState.RowFormat; 5151Debug.Assert(dnRow != null && dnRow.FormatState.RowFormat != null); 5156CellFormat cf = dnRow.FormatState.RowFormat.NthCellFormat(nCol); 5334prevX = FormatState.RowFormat.Trleft; 5588RowFormat rf = dnRow.FormatState.RowFormat; 6051return FormatState.RowFormat.Dir; 6237if (!cs.Row.FormatState.RowFormat.IsVMerge) 7308dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.RowFormat; 7343RowFormat rf = dn.FormatState.RowFormat; 7443RowFormat rf = dnRow.FormatState.RowFormat; 10036if (formatState.RowFormat != null) 10038dnRow.FormatState.RowFormat = new RowFormat(formatState.RowFormat); 10039dnRow.FormatState.RowFormat.CanonicalizeWidthsFromRTF(); 10048dnTable.FormatState.RowFormat = dnRow.FormatState.RowFormat; 10494formatState.RowFormat.Trleft = token.Parameter; 10506formatState.RowFormat.RowCellFormat.PaddingLeft = token.Parameter; 10509formatState.RowFormat.RowCellFormat.PaddingRight = token.Parameter; 10512formatState.RowFormat.RowCellFormat.PaddingBottom = token.Parameter; 10515formatState.RowFormat.RowCellFormat.PaddingTop = token.Parameter; 10531formatState.RowFormat.RowCellFormat.SpacingBottom = 0; 10535formatState.RowFormat.RowCellFormat.SpacingLeft = 0; 10539formatState.RowFormat.RowCellFormat.SpacingRight = 0; 10543formatState.RowFormat.RowCellFormat.SpacingTop = 0; 10546formatState.RowFormat.RowCellFormat.SpacingBottom = token.Parameter; 10549formatState.RowFormat.RowCellFormat.SpacingLeft = token.Parameter; 10552formatState.RowFormat.RowCellFormat.SpacingRight = token.Parameter; 10555formatState.RowFormat.RowCellFormat.SpacingTop = token.Parameter; 10559formatState.RowFormat.WidthRow.Value = token.Parameter; 10564formatState.RowFormat.WidthRow.Type = (WidthType)token.Parameter; 10573formatState.RowFormat.WidthA.Value = token.Parameter; 10577formatState.RowFormat.WidthA.Type = (WidthType)token.Parameter; 10581formatState.RowFormat.WidthRow.SetDefaults(); 10584cf = formatState.RowFormat.CurrentCellFormat(); 10588cf = formatState.RowFormat.CurrentCellFormat(); 10593ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10596ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderBottom; 10599ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderRight; 10602ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10605ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10608ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10611cf = formatState.RowFormat.CurrentCellFormat(); 10615cf = formatState.RowFormat.CurrentCellFormat(); 10619cf = formatState.RowFormat.CurrentCellFormat(); 10624cf = formatState.RowFormat.CurrentCellFormat(); 10629cf = formatState.RowFormat.CurrentCellFormat(); 10635cf = formatState.RowFormat.CurrentCellFormat(); 10639cf = formatState.RowFormat.CurrentCellFormat(); 10643cf = formatState.RowFormat.CurrentCellFormat(); 10647cf = formatState.RowFormat.CurrentCellFormat(); 10651cf = formatState.RowFormat.CurrentCellFormat(); 10655cf = formatState.RowFormat.CurrentCellFormat(); 10659cf = formatState.RowFormat.CurrentCellFormat(); 10663cf = formatState.RowFormat.CurrentCellFormat(); 10667cf = formatState.RowFormat.CurrentCellFormat(); 10671cf = formatState.RowFormat.CurrentCellFormat(); 10687cf = formatState.RowFormat.CurrentCellFormat(); 10692formatState.RowFormat.Dir = DirState.DirRTL; 10695formatState.RowFormat.Dir = DirState.DirLTR; 10701cf = formatState.RowFormat.CurrentCellFormat(); 10706cf = formatState.RowFormat.CurrentCellFormat(); 10711cf = formatState.RowFormat.CurrentCellFormat(); 10716cf = formatState.RowFormat.CurrentCellFormat();
System\Windows\Documents\XamlToRtfWriter.cs (20)
1472CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1537if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMergeFirst) 1541else if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMerge) 1563CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1616RowFormat rf = dnTable.FormatState.RowFormat; 1771dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.RowFormat); 1773dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false; 1774dnNew.FormatState.RowFormat.RowCellFormat.IsVMerge = true; 1810CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1829dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.RowFormat); 1831dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false; 1832dnNew.FormatState.RowFormat.RowCellFormat.IsVMerge = true; 1906dnThis.FormatState.RowFormat.Trleft = dnThis.FormatState.LI; 1907dnThis.FormatState.RowFormat.CanonicalizeWidthsFromXaml(); 2948formatState.RowFormat.Dir = dirState; 3050formatState.RowFormat.Trgaph = Converters.PxToTwipRounded(d); 3077RowFormat rf = dnTable.FormatState.RowFormat; 3204RowFormat rf = formatState.RowFormat; 3234RowFormat rf = formatState.RowFormat; 3258RowFormat rf = formatState.RowFormat;