20 references to FormatState
PresentationFramework (20)
System\Windows\Documents\RtfFormatStack.cs (1)
45formatState = previousFormatState != null ? new FormatState(previousFormatState) : new FormatState();
System\Windows\Documents\RtfToXamlReader.cs (17)
4663_formatState = new FormatState(formatState) 6370FormatState = new FormatState(dn.Parent.FormatState) 7298dnNewTable.FormatState = new FormatState(dn.FormatState); 8354FormatState = new FormatState(_converterState.PreviousTopFormatState(0)) 8463FormatState = new FormatState(_converterState.PreviousTopFormatState(0)) 8870FormatState = new FormatState(fsCur), 8886FormatState = new FormatState(fsCur), 8913listLevel.FormatState = new FormatState(fsCur); 9867FormatState = new FormatState(formatState) 9886FormatState = new FormatState(dnChild.FormatState) 10166FormatState = new FormatState(formatState) 10320dn.FormatState = new FormatState(formatState); 10429FormatState = new FormatState(formatState) 10900FormatState = new FormatState(formatState), 11115formatState = new FormatState(formatState); 11405FormatState = new FormatState(formatState) 11427FormatState = new FormatState(formatState)
System\Windows\Documents\XamlToRtfWriter.cs (2)
1768dnNew.FormatState = new FormatState(dnSpanningCell.FormatState); 1826dnNew.FormatState = new FormatState(dnSpanningCell.FormatState);