2 instantiations of ConverterState
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
7754
_converterState = new
ConverterState
();
System\Windows\Documents\XamlToRtfWriter.cs (1)
50
_converterState = new
ConverterState
();
42 references to ConverterState
PresentationFramework (42)
System\Windows\Documents\RtfToXamlReader.cs (18)
366
internal static bool ColorToUse(
ConverterState
converterState, long cb, long cf, long shade, ref Color c)
951
internal string GetBorderAttributeString(
ConverterState
converterState)
2128
internal string GetBorderAttributeString(
ConverterState
converterState)
2708
internal string GetBorderAttributeString(
ConverterState
converterState)
4734
internal void Terminate(
ConverterState
converterState)
4785
internal void AppendXamlFontProperties(
ConverterState
converterState, StringBuilder sb)
5018
internal void AppendXamlPrefix(
ConverterState
converterState)
5136
private void AppendXamlPrefixCellProperties(StringBuilder xamlStringBuilder, DocumentNodeArray dna,
ConverterState
converterState)
5195
private void AppendXamlPrefixParagraphProperties(StringBuilder xamlStringBuilder,
ConverterState
converterState)
5349
internal void AppendXamlPostfix(
ConverterState
converterState)
5378
internal void AppendInlineXamlPrefix(
ConverterState
converterState)
5432
internal void AppendInlineXamlPostfix(
ConverterState
converterState)
6316
internal void PreCoalesceChildren(
ConverterState
converterState, int nStart, bool bChild)
6407
internal void CoalesceChildren(
ConverterState
converterState, int nStart)
6468
internal void CoalesceOnlyChildren(
ConverterState
converterState, int nStart)
6527
internal void CoalesceAll(
ConverterState
converterState)
7912
internal
ConverterState
ConverterState
11752
private
ConverterState
_converterState;
System\Windows\Documents\XamlToRtfWriter.cs (24)
139
internal
ConverterState
ConverterState
2318
private
ConverterState
_converterState;
2437
ConverterState
converterState = _writer.ConverterState;
2508
ConverterState
converterState = _writer.ConverterState;
2576
ConverterState
converterState = _writer.ConverterState;
2621
ConverterState
converterState = _writer.ConverterState;
2796
private DocumentNode CreateDocumentNode(
ConverterState
converterState, DocumentNodeType documentNodeType, DocumentNode dnTop, XamlTag xamlTag)
2843
private XamlToRtfError HandleAttributes(
ConverterState
converterState, IXamlAttributes attributes,
3478
internal static bool ConvertToTag(
ConverterState
converterState, string tagName, ref XamlTag xamlTag)
3490
internal static bool ConvertToSuperSub(
ConverterState
converterState, string s, ref RtfSuperSubscript ss)
3502
internal static bool ConvertToAttribute(
ConverterState
converterState, string attributeName, ref XamlAttribute xamlAttribute)
3514
internal static bool ConvertToFont(
ConverterState
converterState, string attributeName, ref long fontIndex)
3545
internal static bool ConvertToFontSize(
ConverterState
converterState, ReadOnlySpan<char> s, ref double d)
3586
internal static bool ConvertToTextIndent(
ConverterState
converterState, string s, ref double d)
3591
internal static bool ConvertToLineHeight(
ConverterState
converterState, string s, ref double d)
3596
internal static bool ConvertToColor(
ConverterState
converterState, string brush, ref long colorIndex)
3667
ConverterState
converterState,
3687
internal static bool ConvertToDir(
ConverterState
converterState, string dirName, ref DirState dirState)
3778
internal static bool ConvertToMarkerStyle(
ConverterState
converterState, string styleName, ref MarkerStyle ms)
3792
internal static bool ConvertToStartIndex(
ConverterState
converterState, string s, ref int i)
3811
internal static bool ConvertToThickness(
ConverterState
converterState, ReadOnlySpan<char> thickness, ref XamlThickness xthickness)
3866
internal static bool ConvertToHAlign(
ConverterState
converterState, string alignName, ref HAlign align)
3878
internal static bool ConvertToFontStretch(
ConverterState
converterState, string stretchName, ref long twips)
3908
internal static void EnsureParagraphClosed(
ConverterState
converterState)