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