7 writes to RowFormat
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
797RowFormat = formatState._rowFormat; 873RowFormat = null; 7293dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.RowFormat; 10008dnRow.FormatState.RowFormat = new RowFormat(formatState.RowFormat); 10018dnTable.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)
5115if (FormatState.RowFormat.Dir == DirState.DirRTL) 5120RowFormat rf = FormatState.RowFormat; 5143Debug.Assert(dnRow != null && dnRow.FormatState.RowFormat != null); 5148CellFormat cf = dnRow.FormatState.RowFormat.NthCellFormat(nCol); 5326prevX = FormatState.RowFormat.Trleft; 5580RowFormat rf = dnRow.FormatState.RowFormat; 6039return FormatState.RowFormat.Dir; 6225if (!cs.Row.FormatState.RowFormat.IsVMerge) 7293dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.RowFormat; 7328RowFormat rf = dn.FormatState.RowFormat; 7428RowFormat rf = dnRow.FormatState.RowFormat; 10006if (formatState.RowFormat != null) 10008dnRow.FormatState.RowFormat = new RowFormat(formatState.RowFormat); 10009dnRow.FormatState.RowFormat.CanonicalizeWidthsFromRTF(); 10018dnTable.FormatState.RowFormat = dnRow.FormatState.RowFormat; 10462formatState.RowFormat.Trleft = token.Parameter; 10474formatState.RowFormat.RowCellFormat.PaddingLeft = token.Parameter; 10477formatState.RowFormat.RowCellFormat.PaddingRight = token.Parameter; 10480formatState.RowFormat.RowCellFormat.PaddingBottom = token.Parameter; 10483formatState.RowFormat.RowCellFormat.PaddingTop = token.Parameter; 10499formatState.RowFormat.RowCellFormat.SpacingBottom = 0; 10503formatState.RowFormat.RowCellFormat.SpacingLeft = 0; 10507formatState.RowFormat.RowCellFormat.SpacingRight = 0; 10511formatState.RowFormat.RowCellFormat.SpacingTop = 0; 10514formatState.RowFormat.RowCellFormat.SpacingBottom = token.Parameter; 10517formatState.RowFormat.RowCellFormat.SpacingLeft = token.Parameter; 10520formatState.RowFormat.RowCellFormat.SpacingRight = token.Parameter; 10523formatState.RowFormat.RowCellFormat.SpacingTop = token.Parameter; 10527formatState.RowFormat.WidthRow.Value = token.Parameter; 10532formatState.RowFormat.WidthRow.Type = (WidthType)token.Parameter; 10541formatState.RowFormat.WidthA.Value = token.Parameter; 10545formatState.RowFormat.WidthA.Type = (WidthType)token.Parameter; 10549formatState.RowFormat.WidthRow.SetDefaults(); 10552cf = formatState.RowFormat.CurrentCellFormat(); 10556cf = formatState.RowFormat.CurrentCellFormat(); 10561ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10564ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderBottom; 10567ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderRight; 10570ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10573ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10576ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10579cf = formatState.RowFormat.CurrentCellFormat(); 10583cf = formatState.RowFormat.CurrentCellFormat(); 10587cf = formatState.RowFormat.CurrentCellFormat(); 10592cf = formatState.RowFormat.CurrentCellFormat(); 10597cf = formatState.RowFormat.CurrentCellFormat(); 10603cf = formatState.RowFormat.CurrentCellFormat(); 10607cf = formatState.RowFormat.CurrentCellFormat(); 10611cf = formatState.RowFormat.CurrentCellFormat(); 10615cf = formatState.RowFormat.CurrentCellFormat(); 10619cf = formatState.RowFormat.CurrentCellFormat(); 10623cf = formatState.RowFormat.CurrentCellFormat(); 10627cf = formatState.RowFormat.CurrentCellFormat(); 10631cf = formatState.RowFormat.CurrentCellFormat(); 10635cf = formatState.RowFormat.CurrentCellFormat(); 10639cf = formatState.RowFormat.CurrentCellFormat(); 10655cf = formatState.RowFormat.CurrentCellFormat(); 10660formatState.RowFormat.Dir = DirState.DirRTL; 10663formatState.RowFormat.Dir = DirState.DirLTR; 10669cf = formatState.RowFormat.CurrentCellFormat(); 10674cf = formatState.RowFormat.CurrentCellFormat(); 10679cf = formatState.RowFormat.CurrentCellFormat(); 10684cf = 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;