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