2 instantiations of ConverterState
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
7771
_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)
952
internal string GetBorderAttributeString(
ConverterState
converterState)
2129
internal string GetBorderAttributeString(
ConverterState
converterState)
2709
internal string GetBorderAttributeString(
ConverterState
converterState)
4742
internal void Terminate(
ConverterState
converterState)
4793
internal void AppendXamlFontProperties(
ConverterState
converterState, StringBuilder sb)
5026
internal void AppendXamlPrefix(
ConverterState
converterState)
5144
private void AppendXamlPrefixCellProperties(StringBuilder xamlStringBuilder, DocumentNodeArray dna,
ConverterState
converterState)
5203
private void AppendXamlPrefixParagraphProperties(StringBuilder xamlStringBuilder,
ConverterState
converterState)
5357
internal void AppendXamlPostfix(
ConverterState
converterState)
5386
internal void AppendInlineXamlPrefix(
ConverterState
converterState)
5440
internal void AppendInlineXamlPostfix(
ConverterState
converterState)
6328
internal void PreCoalesceChildren(
ConverterState
converterState, int nStart, bool bChild)
6421
internal void CoalesceChildren(
ConverterState
converterState, int nStart)
6482
internal void CoalesceOnlyChildren(
ConverterState
converterState, int nStart)
6541
internal void CoalesceAll(
ConverterState
converterState)
7929
internal
ConverterState
ConverterState
11786
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)