7 writes to RowFormat
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
796RowFormat = formatState._rowFormat; 872RowFormat = null; 7299dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.RowFormat; 10020dnRow.FormatState.RowFormat = new RowFormat(formatState.RowFormat); 10030dnTable.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)
5114if (FormatState.RowFormat.Dir == DirState.DirRTL) 5119RowFormat rf = FormatState.RowFormat; 5142Debug.Assert(dnRow != null && dnRow.FormatState.RowFormat != null); 5147CellFormat cf = dnRow.FormatState.RowFormat.NthCellFormat(nCol); 5325prevX = FormatState.RowFormat.Trleft; 5579RowFormat rf = dnRow.FormatState.RowFormat; 6042return FormatState.RowFormat.Dir; 6228if (!cs.Row.FormatState.RowFormat.IsVMerge) 7299dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.RowFormat; 7334RowFormat rf = dn.FormatState.RowFormat; 7434RowFormat rf = dnRow.FormatState.RowFormat; 10018if (formatState.RowFormat != null) 10020dnRow.FormatState.RowFormat = new RowFormat(formatState.RowFormat); 10021dnRow.FormatState.RowFormat.CanonicalizeWidthsFromRTF(); 10030dnTable.FormatState.RowFormat = dnRow.FormatState.RowFormat; 10455formatState.RowFormat.Trleft = token.Parameter; 10467formatState.RowFormat.RowCellFormat.PaddingLeft = token.Parameter; 10470formatState.RowFormat.RowCellFormat.PaddingRight = token.Parameter; 10473formatState.RowFormat.RowCellFormat.PaddingBottom = token.Parameter; 10476formatState.RowFormat.RowCellFormat.PaddingTop = token.Parameter; 10492formatState.RowFormat.RowCellFormat.SpacingBottom = 0; 10496formatState.RowFormat.RowCellFormat.SpacingLeft = 0; 10500formatState.RowFormat.RowCellFormat.SpacingRight = 0; 10504formatState.RowFormat.RowCellFormat.SpacingTop = 0; 10507formatState.RowFormat.RowCellFormat.SpacingBottom = token.Parameter; 10510formatState.RowFormat.RowCellFormat.SpacingLeft = token.Parameter; 10513formatState.RowFormat.RowCellFormat.SpacingRight = token.Parameter; 10516formatState.RowFormat.RowCellFormat.SpacingTop = token.Parameter; 10520formatState.RowFormat.WidthRow.Value = token.Parameter; 10525formatState.RowFormat.WidthRow.Type = (WidthType)token.Parameter; 10534formatState.RowFormat.WidthA.Value = token.Parameter; 10538formatState.RowFormat.WidthA.Type = (WidthType)token.Parameter; 10542formatState.RowFormat.WidthRow.SetDefaults(); 10545cf = formatState.RowFormat.CurrentCellFormat(); 10549cf = formatState.RowFormat.CurrentCellFormat(); 10554ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10557ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderBottom; 10560ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderRight; 10563ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10566ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10569ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10572cf = formatState.RowFormat.CurrentCellFormat(); 10576cf = formatState.RowFormat.CurrentCellFormat(); 10580cf = formatState.RowFormat.CurrentCellFormat(); 10585cf = formatState.RowFormat.CurrentCellFormat(); 10590cf = formatState.RowFormat.CurrentCellFormat(); 10596cf = formatState.RowFormat.CurrentCellFormat(); 10600cf = formatState.RowFormat.CurrentCellFormat(); 10604cf = formatState.RowFormat.CurrentCellFormat(); 10608cf = formatState.RowFormat.CurrentCellFormat(); 10612cf = formatState.RowFormat.CurrentCellFormat(); 10616cf = formatState.RowFormat.CurrentCellFormat(); 10620cf = formatState.RowFormat.CurrentCellFormat(); 10624cf = formatState.RowFormat.CurrentCellFormat(); 10628cf = formatState.RowFormat.CurrentCellFormat(); 10632cf = formatState.RowFormat.CurrentCellFormat(); 10648cf = formatState.RowFormat.CurrentCellFormat(); 10653formatState.RowFormat.Dir = DirState.DirRTL; 10656formatState.RowFormat.Dir = DirState.DirLTR; 10662cf = formatState.RowFormat.CurrentCellFormat(); 10667cf = formatState.RowFormat.CurrentCellFormat(); 10672cf = formatState.RowFormat.CurrentCellFormat(); 10677cf = 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;