20 references to FormatState
PresentationFramework (20)
System\Windows\Documents\RtfFormatStack.cs (1)
46formatState = previousFormatState != null ? new FormatState(previousFormatState) : new FormatState();
System\Windows\Documents\RtfToXamlReader.cs (17)
4673_formatState = new FormatState(formatState) 6380FormatState = new FormatState(dn.Parent.FormatState) 7308dnNewTable.FormatState = new FormatState(dn.FormatState); 8364FormatState = new FormatState(_converterState.PreviousTopFormatState(0)) 8473FormatState = new FormatState(_converterState.PreviousTopFormatState(0)) 8880FormatState = new FormatState(fsCur), 8896FormatState = new FormatState(fsCur), 8923listLevel.FormatState = new FormatState(fsCur); 9883FormatState = new FormatState(formatState) 9902FormatState = new FormatState(dnChild.FormatState) 10188FormatState = new FormatState(formatState) 10357dn.FormatState = new FormatState(formatState); 10466FormatState = new FormatState(formatState) 11033FormatState = new FormatState(formatState), 11248formatState = new FormatState(formatState); 11538FormatState = new FormatState(formatState) 11560FormatState = new FormatState(formatState)
System\Windows\Documents\XamlToRtfWriter.cs (2)
1769dnNew.FormatState = new FormatState(dnSpanningCell.FormatState); 1827dnNew.FormatState = new FormatState(dnSpanningCell.FormatState);