2 instantiations of ConverterState
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
7753
_converterState = new
ConverterState
();
System\Windows\Documents\XamlToRtfWriter.cs (1)
49
_converterState = new
ConverterState
();
42 references to ConverterState
PresentationFramework (42)
System\Windows\Documents\RtfToXamlReader.cs (18)
365
internal static bool ColorToUse(
ConverterState
converterState, long cb, long cf, long shade, ref Color c)
950
internal string GetBorderAttributeString(
ConverterState
converterState)
2127
internal string GetBorderAttributeString(
ConverterState
converterState)
2707
internal string GetBorderAttributeString(
ConverterState
converterState)
4733
internal void Terminate(
ConverterState
converterState)
4784
internal void AppendXamlFontProperties(
ConverterState
converterState, StringBuilder sb)
5017
internal void AppendXamlPrefix(
ConverterState
converterState)
5135
private void AppendXamlPrefixCellProperties(StringBuilder xamlStringBuilder, DocumentNodeArray dna,
ConverterState
converterState)
5194
private void AppendXamlPrefixParagraphProperties(StringBuilder xamlStringBuilder,
ConverterState
converterState)
5348
internal void AppendXamlPostfix(
ConverterState
converterState)
5377
internal void AppendInlineXamlPrefix(
ConverterState
converterState)
5431
internal void AppendInlineXamlPostfix(
ConverterState
converterState)
6315
internal void PreCoalesceChildren(
ConverterState
converterState, int nStart, bool bChild)
6406
internal void CoalesceChildren(
ConverterState
converterState, int nStart)
6467
internal void CoalesceOnlyChildren(
ConverterState
converterState, int nStart)
6526
internal void CoalesceAll(
ConverterState
converterState)
7911
internal
ConverterState
ConverterState
11751
private
ConverterState
_converterState;
System\Windows\Documents\XamlToRtfWriter.cs (24)
138
internal
ConverterState
ConverterState
2317
private
ConverterState
_converterState;
2436
ConverterState
converterState = _writer.ConverterState;
2507
ConverterState
converterState = _writer.ConverterState;
2575
ConverterState
converterState = _writer.ConverterState;
2620
ConverterState
converterState = _writer.ConverterState;
2795
private DocumentNode CreateDocumentNode(
ConverterState
converterState, DocumentNodeType documentNodeType, DocumentNode dnTop, XamlTag xamlTag)
2842
private XamlToRtfError HandleAttributes(
ConverterState
converterState, IXamlAttributes attributes,
3477
internal static bool ConvertToTag(
ConverterState
converterState, string tagName, ref XamlTag xamlTag)
3489
internal static bool ConvertToSuperSub(
ConverterState
converterState, string s, ref RtfSuperSubscript ss)
3501
internal static bool ConvertToAttribute(
ConverterState
converterState, string attributeName, ref XamlAttribute xamlAttribute)
3513
internal static bool ConvertToFont(
ConverterState
converterState, string attributeName, ref long fontIndex)
3544
internal static bool ConvertToFontSize(
ConverterState
converterState, ReadOnlySpan<char> s, ref double d)
3585
internal static bool ConvertToTextIndent(
ConverterState
converterState, string s, ref double d)
3590
internal static bool ConvertToLineHeight(
ConverterState
converterState, string s, ref double d)
3595
internal static bool ConvertToColor(
ConverterState
converterState, string brush, ref long colorIndex)
3666
ConverterState
converterState,
3686
internal static bool ConvertToDir(
ConverterState
converterState, string dirName, ref DirState dirState)
3777
internal static bool ConvertToMarkerStyle(
ConverterState
converterState, string styleName, ref MarkerStyle ms)
3791
internal static bool ConvertToStartIndex(
ConverterState
converterState, string s, ref int i)
3810
internal static bool ConvertToThickness(
ConverterState
converterState, ReadOnlySpan<char> thickness, ref XamlThickness xthickness)
3865
internal static bool ConvertToHAlign(
ConverterState
converterState, string alignName, ref HAlign align)
3877
internal static bool ConvertToFontStretch(
ConverterState
converterState, string stretchName, ref long twips)
3907
internal static void EnsureParagraphClosed(
ConverterState
converterState)