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