2 instantiations of ConverterState
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
7770
_converterState = new
ConverterState
();
System\Windows\Documents\XamlToRtfWriter.cs (1)
48
_converterState = new
ConverterState
();
42 references to ConverterState
PresentationFramework (42)
System\Windows\Documents\RtfToXamlReader.cs (18)
364
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)
4741
internal void Terminate(
ConverterState
converterState)
4792
internal void AppendXamlFontProperties(
ConverterState
converterState, StringBuilder sb)
5025
internal void AppendXamlPrefix(
ConverterState
converterState)
5143
private void AppendXamlPrefixCellProperties(StringBuilder xamlStringBuilder, DocumentNodeArray dna,
ConverterState
converterState)
5202
private void AppendXamlPrefixParagraphProperties(StringBuilder xamlStringBuilder,
ConverterState
converterState)
5356
internal void AppendXamlPostfix(
ConverterState
converterState)
5385
internal void AppendInlineXamlPrefix(
ConverterState
converterState)
5439
internal void AppendInlineXamlPostfix(
ConverterState
converterState)
6327
internal void PreCoalesceChildren(
ConverterState
converterState, int nStart, bool bChild)
6420
internal void CoalesceChildren(
ConverterState
converterState, int nStart)
6481
internal void CoalesceOnlyChildren(
ConverterState
converterState, int nStart)
6540
internal void CoalesceAll(
ConverterState
converterState)
7928
internal
ConverterState
ConverterState
11785
private
ConverterState
_converterState;
System\Windows\Documents\XamlToRtfWriter.cs (24)
137
internal
ConverterState
ConverterState
2316
private
ConverterState
_converterState;
2435
ConverterState
converterState = _writer.ConverterState;
2506
ConverterState
converterState = _writer.ConverterState;
2574
ConverterState
converterState = _writer.ConverterState;
2619
ConverterState
converterState = _writer.ConverterState;
2794
private DocumentNode CreateDocumentNode(
ConverterState
converterState, DocumentNodeType documentNodeType, DocumentNode dnTop, XamlTag xamlTag)
2841
private XamlToRtfError HandleAttributes(
ConverterState
converterState, IXamlAttributes attributes,
3476
internal static bool ConvertToTag(
ConverterState
converterState, string tagName, ref XamlTag xamlTag)
3488
internal static bool ConvertToSuperSub(
ConverterState
converterState, string s, ref RtfSuperSubscript ss)
3500
internal static bool ConvertToAttribute(
ConverterState
converterState, string attributeName, ref XamlAttribute xamlAttribute)
3512
internal static bool ConvertToFont(
ConverterState
converterState, string attributeName, ref long fontIndex)
3543
internal static bool ConvertToFontSize(
ConverterState
converterState, ReadOnlySpan<char> s, ref double d)
3584
internal static bool ConvertToTextIndent(
ConverterState
converterState, string s, ref double d)
3589
internal static bool ConvertToLineHeight(
ConverterState
converterState, string s, ref double d)
3594
internal static bool ConvertToColor(
ConverterState
converterState, string brush, ref long colorIndex)
3665
ConverterState
converterState,
3685
internal static bool ConvertToDir(
ConverterState
converterState, string dirName, ref DirState dirState)
3776
internal static bool ConvertToMarkerStyle(
ConverterState
converterState, string styleName, ref MarkerStyle ms)
3790
internal static bool ConvertToStartIndex(
ConverterState
converterState, string s, ref int i)
3809
internal static bool ConvertToThickness(
ConverterState
converterState, ReadOnlySpan<char> thickness, ref XamlThickness xthickness)
3864
internal static bool ConvertToHAlign(
ConverterState
converterState, string alignName, ref HAlign align)
3876
internal static bool ConvertToFontStretch(
ConverterState
converterState, string stretchName, ref long twips)
3906
internal static void EnsureParagraphClosed(
ConverterState
converterState)