2 instantiations of ConverterState
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
7755_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)
366internal static bool ColorToUse(ConverterState converterState, long cb, long cf, long shade, ref Color c) 951internal string GetBorderAttributeString(ConverterState converterState) 2128internal string GetBorderAttributeString(ConverterState converterState) 2708internal string GetBorderAttributeString(ConverterState converterState) 4735internal void Terminate(ConverterState converterState) 4786internal void AppendXamlFontProperties(ConverterState converterState, StringBuilder sb) 5019internal void AppendXamlPrefix(ConverterState converterState) 5137private void AppendXamlPrefixCellProperties(StringBuilder xamlStringBuilder, DocumentNodeArray dna, ConverterState converterState) 5196private void AppendXamlPrefixParagraphProperties(StringBuilder xamlStringBuilder, ConverterState converterState) 5350internal void AppendXamlPostfix(ConverterState converterState) 5379internal void AppendInlineXamlPrefix(ConverterState converterState) 5433internal void AppendInlineXamlPostfix(ConverterState converterState) 6317internal void PreCoalesceChildren(ConverterState converterState, int nStart, bool bChild) 6408internal void CoalesceChildren(ConverterState converterState, int nStart) 6469internal void CoalesceOnlyChildren(ConverterState converterState, int nStart) 6528internal void CoalesceAll(ConverterState converterState) 7913internal ConverterState ConverterState 11753private ConverterState _converterState;
System\Windows\Documents\XamlToRtfWriter.cs (24)
139internal ConverterState ConverterState 2318private ConverterState _converterState; 2437ConverterState converterState = _writer.ConverterState; 2508ConverterState converterState = _writer.ConverterState; 2576ConverterState converterState = _writer.ConverterState; 2621ConverterState converterState = _writer.ConverterState; 2796private DocumentNode CreateDocumentNode(ConverterState converterState, DocumentNodeType documentNodeType, DocumentNode dnTop, XamlTag xamlTag) 2843private XamlToRtfError HandleAttributes(ConverterState converterState, IXamlAttributes attributes, 3478internal static bool ConvertToTag(ConverterState converterState, string tagName, ref XamlTag xamlTag) 3490internal static bool ConvertToSuperSub(ConverterState converterState, string s, ref RtfSuperSubscript ss) 3502internal static bool ConvertToAttribute(ConverterState converterState, string attributeName, ref XamlAttribute xamlAttribute) 3514internal static bool ConvertToFont(ConverterState converterState, string attributeName, ref long fontIndex) 3545internal static bool ConvertToFontSize(ConverterState converterState, ReadOnlySpan<char> s, ref double d) 3586internal static bool ConvertToTextIndent(ConverterState converterState, string s, ref double d) 3591internal static bool ConvertToLineHeight(ConverterState converterState, string s, ref double d) 3596internal static bool ConvertToColor(ConverterState converterState, string brush, ref long colorIndex) 3667ConverterState converterState, 3687internal static bool ConvertToDir(ConverterState converterState, string dirName, ref DirState dirState) 3778internal static bool ConvertToMarkerStyle(ConverterState converterState, string styleName, ref MarkerStyle ms) 3792internal static bool ConvertToStartIndex(ConverterState converterState, string s, ref int i) 3811internal static bool ConvertToThickness(ConverterState converterState, ReadOnlySpan<char> thickness, ref XamlThickness xthickness) 3866internal static bool ConvertToHAlign(ConverterState converterState, string alignName, ref HAlign align) 3878internal static bool ConvertToFontStretch(ConverterState converterState, string stretchName, ref long twips) 3908internal static void EnsureParagraphClosed(ConverterState converterState)