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