7 writes to RowFormat
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
797RowFormat = formatState._rowFormat; 873RowFormat = null; 7309dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.RowFormat; 10039dnRow.FormatState.RowFormat = new RowFormat(formatState.RowFormat); 10049dnTable.FormatState.RowFormat = dnRow.FormatState.RowFormat;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1772dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.RowFormat); 1830dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.RowFormat);
83 references to RowFormat
PresentationFramework (83)
System\Windows\Documents\RtfToXamlReader.cs (63)
5124if (FormatState.RowFormat.Dir == DirState.DirRTL) 5129RowFormat rf = FormatState.RowFormat; 5152Debug.Assert(dnRow != null && dnRow.FormatState.RowFormat != null); 5157CellFormat cf = dnRow.FormatState.RowFormat.NthCellFormat(nCol); 5335prevX = FormatState.RowFormat.Trleft; 5589RowFormat rf = dnRow.FormatState.RowFormat; 6052return FormatState.RowFormat.Dir; 6238if (!cs.Row.FormatState.RowFormat.IsVMerge) 7309dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.RowFormat; 7344RowFormat rf = dn.FormatState.RowFormat; 7444RowFormat rf = dnRow.FormatState.RowFormat; 10037if (formatState.RowFormat != null) 10039dnRow.FormatState.RowFormat = new RowFormat(formatState.RowFormat); 10040dnRow.FormatState.RowFormat.CanonicalizeWidthsFromRTF(); 10049dnTable.FormatState.RowFormat = dnRow.FormatState.RowFormat; 10495formatState.RowFormat.Trleft = token.Parameter; 10507formatState.RowFormat.RowCellFormat.PaddingLeft = token.Parameter; 10510formatState.RowFormat.RowCellFormat.PaddingRight = token.Parameter; 10513formatState.RowFormat.RowCellFormat.PaddingBottom = token.Parameter; 10516formatState.RowFormat.RowCellFormat.PaddingTop = token.Parameter; 10532formatState.RowFormat.RowCellFormat.SpacingBottom = 0; 10536formatState.RowFormat.RowCellFormat.SpacingLeft = 0; 10540formatState.RowFormat.RowCellFormat.SpacingRight = 0; 10544formatState.RowFormat.RowCellFormat.SpacingTop = 0; 10547formatState.RowFormat.RowCellFormat.SpacingBottom = token.Parameter; 10550formatState.RowFormat.RowCellFormat.SpacingLeft = token.Parameter; 10553formatState.RowFormat.RowCellFormat.SpacingRight = token.Parameter; 10556formatState.RowFormat.RowCellFormat.SpacingTop = token.Parameter; 10560formatState.RowFormat.WidthRow.Value = token.Parameter; 10565formatState.RowFormat.WidthRow.Type = (WidthType)token.Parameter; 10574formatState.RowFormat.WidthA.Value = token.Parameter; 10578formatState.RowFormat.WidthA.Type = (WidthType)token.Parameter; 10582formatState.RowFormat.WidthRow.SetDefaults(); 10585cf = formatState.RowFormat.CurrentCellFormat(); 10589cf = formatState.RowFormat.CurrentCellFormat(); 10594ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10597ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderBottom; 10600ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderRight; 10603ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10606ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10609ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10612cf = formatState.RowFormat.CurrentCellFormat(); 10616cf = formatState.RowFormat.CurrentCellFormat(); 10620cf = formatState.RowFormat.CurrentCellFormat(); 10625cf = formatState.RowFormat.CurrentCellFormat(); 10630cf = formatState.RowFormat.CurrentCellFormat(); 10636cf = formatState.RowFormat.CurrentCellFormat(); 10640cf = formatState.RowFormat.CurrentCellFormat(); 10644cf = formatState.RowFormat.CurrentCellFormat(); 10648cf = formatState.RowFormat.CurrentCellFormat(); 10652cf = formatState.RowFormat.CurrentCellFormat(); 10656cf = formatState.RowFormat.CurrentCellFormat(); 10660cf = formatState.RowFormat.CurrentCellFormat(); 10664cf = formatState.RowFormat.CurrentCellFormat(); 10668cf = formatState.RowFormat.CurrentCellFormat(); 10672cf = formatState.RowFormat.CurrentCellFormat(); 10688cf = formatState.RowFormat.CurrentCellFormat(); 10693formatState.RowFormat.Dir = DirState.DirRTL; 10696formatState.RowFormat.Dir = DirState.DirLTR; 10702cf = formatState.RowFormat.CurrentCellFormat(); 10707cf = formatState.RowFormat.CurrentCellFormat(); 10712cf = formatState.RowFormat.CurrentCellFormat(); 10717cf = formatState.RowFormat.CurrentCellFormat();
System\Windows\Documents\XamlToRtfWriter.cs (20)
1473CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1538if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMergeFirst) 1542else if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMerge) 1564CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1617RowFormat rf = dnTable.FormatState.RowFormat; 1772dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.RowFormat); 1774dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false; 1775dnNew.FormatState.RowFormat.RowCellFormat.IsVMerge = true; 1811CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1830dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.RowFormat); 1832dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false; 1833dnNew.FormatState.RowFormat.RowCellFormat.IsVMerge = true; 1907dnThis.FormatState.RowFormat.Trleft = dnThis.FormatState.LI; 1908dnThis.FormatState.RowFormat.CanonicalizeWidthsFromXaml(); 2949formatState.RowFormat.Dir = dirState; 3051formatState.RowFormat.Trgaph = Converters.PxToTwipRounded(d); 3078RowFormat rf = dnTable.FormatState.RowFormat; 3205RowFormat rf = formatState.RowFormat; 3235RowFormat rf = formatState.RowFormat; 3259RowFormat rf = formatState.RowFormat;