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); 8351FormatState = new FormatState(_converterState.PreviousTopFormatState(0)) 8460FormatState = new FormatState(_converterState.PreviousTopFormatState(0)) 8867FormatState = new FormatState(fsCur), 8883FormatState = new FormatState(fsCur), 8910listLevel.FormatState = new FormatState(fsCur); 9864FormatState = new FormatState(formatState) 9883FormatState = new FormatState(dnChild.FormatState) 10163FormatState = new FormatState(formatState) 10317dn.FormatState = new FormatState(formatState); 10426FormatState = new FormatState(formatState) 10897FormatState = new FormatState(formatState), 11112formatState = new FormatState(formatState); 11402FormatState = new FormatState(formatState) 11424FormatState = new FormatState(formatState)
System\Windows\Documents\XamlToRtfWriter.cs (2)
1768dnNew.FormatState = new FormatState(dnSpanningCell.FormatState); 1826dnNew.FormatState = new FormatState(dnSpanningCell.FormatState);