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