7 writes to RowFormat
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
798RowFormat = formatState._rowFormat; 874RowFormat = null; 7294dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.RowFormat; 10009dnRow.FormatState.RowFormat = new RowFormat(formatState.RowFormat); 10019dnTable.FormatState.RowFormat = dnRow.FormatState.RowFormat;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1773dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.RowFormat); 1831dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.RowFormat);
83 references to RowFormat
PresentationFramework (83)
System\Windows\Documents\RtfToXamlReader.cs (63)
5116if (FormatState.RowFormat.Dir == DirState.DirRTL) 5121RowFormat rf = FormatState.RowFormat; 5144Debug.Assert(dnRow != null && dnRow.FormatState.RowFormat != null); 5149CellFormat cf = dnRow.FormatState.RowFormat.NthCellFormat(nCol); 5327prevX = FormatState.RowFormat.Trleft; 5581RowFormat rf = dnRow.FormatState.RowFormat; 6040return FormatState.RowFormat.Dir; 6226if (!cs.Row.FormatState.RowFormat.IsVMerge) 7294dnNewTable.FormatState.RowFormat = EntryAt(nUnfilledRowIndex).FormatState.RowFormat; 7329RowFormat rf = dn.FormatState.RowFormat; 7429RowFormat rf = dnRow.FormatState.RowFormat; 10007if (formatState.RowFormat != null) 10009dnRow.FormatState.RowFormat = new RowFormat(formatState.RowFormat); 10010dnRow.FormatState.RowFormat.CanonicalizeWidthsFromRTF(); 10019dnTable.FormatState.RowFormat = dnRow.FormatState.RowFormat; 10463formatState.RowFormat.Trleft = token.Parameter; 10475formatState.RowFormat.RowCellFormat.PaddingLeft = token.Parameter; 10478formatState.RowFormat.RowCellFormat.PaddingRight = token.Parameter; 10481formatState.RowFormat.RowCellFormat.PaddingBottom = token.Parameter; 10484formatState.RowFormat.RowCellFormat.PaddingTop = token.Parameter; 10500formatState.RowFormat.RowCellFormat.SpacingBottom = 0; 10504formatState.RowFormat.RowCellFormat.SpacingLeft = 0; 10508formatState.RowFormat.RowCellFormat.SpacingRight = 0; 10512formatState.RowFormat.RowCellFormat.SpacingTop = 0; 10515formatState.RowFormat.RowCellFormat.SpacingBottom = token.Parameter; 10518formatState.RowFormat.RowCellFormat.SpacingLeft = token.Parameter; 10521formatState.RowFormat.RowCellFormat.SpacingRight = token.Parameter; 10524formatState.RowFormat.RowCellFormat.SpacingTop = token.Parameter; 10528formatState.RowFormat.WidthRow.Value = token.Parameter; 10533formatState.RowFormat.WidthRow.Type = (WidthType)token.Parameter; 10542formatState.RowFormat.WidthA.Value = token.Parameter; 10546formatState.RowFormat.WidthA.Type = (WidthType)token.Parameter; 10550formatState.RowFormat.WidthRow.SetDefaults(); 10553cf = formatState.RowFormat.CurrentCellFormat(); 10557cf = formatState.RowFormat.CurrentCellFormat(); 10562ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10565ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderBottom; 10568ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderRight; 10571ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10574ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10577ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10580cf = formatState.RowFormat.CurrentCellFormat(); 10584cf = formatState.RowFormat.CurrentCellFormat(); 10588cf = formatState.RowFormat.CurrentCellFormat(); 10593cf = formatState.RowFormat.CurrentCellFormat(); 10598cf = 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(); 10636cf = formatState.RowFormat.CurrentCellFormat(); 10640cf = formatState.RowFormat.CurrentCellFormat(); 10656cf = formatState.RowFormat.CurrentCellFormat(); 10661formatState.RowFormat.Dir = DirState.DirRTL; 10664formatState.RowFormat.Dir = DirState.DirLTR; 10670cf = formatState.RowFormat.CurrentCellFormat(); 10675cf = formatState.RowFormat.CurrentCellFormat(); 10680cf = formatState.RowFormat.CurrentCellFormat(); 10685cf = formatState.RowFormat.CurrentCellFormat();
System\Windows\Documents\XamlToRtfWriter.cs (20)
1474CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1539if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMergeFirst) 1543else if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMerge) 1565CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1618RowFormat rf = dnTable.FormatState.RowFormat; 1773dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.RowFormat); 1775dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false; 1776dnNew.FormatState.RowFormat.RowCellFormat.IsVMerge = true; 1812CellFormat cf = dnCell.FormatState.RowFormat.RowCellFormat; 1831dnNew.FormatState.RowFormat = new RowFormat(dnSpanningCell.FormatState.RowFormat); 1833dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false; 1834dnNew.FormatState.RowFormat.RowCellFormat.IsVMerge = true; 1908dnThis.FormatState.RowFormat.Trleft = dnThis.FormatState.LI; 1909dnThis.FormatState.RowFormat.CanonicalizeWidthsFromXaml(); 2950formatState.RowFormat.Dir = dirState; 3052formatState.RowFormat.Trgaph = Converters.PxToTwipRounded(d); 3079RowFormat rf = dnTable.FormatState.RowFormat; 3206RowFormat rf = formatState.RowFormat; 3236RowFormat rf = formatState.RowFormat; 3260RowFormat rf = formatState.RowFormat;