2 instantiations of ConverterState
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
7761_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)
364internal 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) 4732internal void Terminate(ConverterState converterState) 4783internal void AppendXamlFontProperties(ConverterState converterState, StringBuilder sb) 5016internal void AppendXamlPrefix(ConverterState converterState) 5134private void AppendXamlPrefixCellProperties(StringBuilder xamlStringBuilder, DocumentNodeArray dna, ConverterState converterState) 5193private void AppendXamlPrefixParagraphProperties(StringBuilder xamlStringBuilder, ConverterState converterState) 5347internal void AppendXamlPostfix(ConverterState converterState) 5376internal void AppendInlineXamlPrefix(ConverterState converterState) 5430internal void AppendInlineXamlPostfix(ConverterState converterState) 6318internal void PreCoalesceChildren(ConverterState converterState, int nStart, bool bChild) 6411internal void CoalesceChildren(ConverterState converterState, int nStart) 6472internal void CoalesceOnlyChildren(ConverterState converterState, int nStart) 6531internal void CoalesceAll(ConverterState converterState) 7919internal ConverterState ConverterState 11653private ConverterState _converterState;
System\Windows\Documents\XamlToRtfWriter.cs (24)
137internal ConverterState ConverterState 2316private ConverterState _converterState; 2435ConverterState converterState = _writer.ConverterState; 2506ConverterState converterState = _writer.ConverterState; 2574ConverterState converterState = _writer.ConverterState; 2619ConverterState converterState = _writer.ConverterState; 2794private DocumentNode CreateDocumentNode(ConverterState converterState, DocumentNodeType documentNodeType, DocumentNode dnTop, XamlTag xamlTag) 2841private XamlToRtfError HandleAttributes(ConverterState converterState, IXamlAttributes attributes, 3476internal static bool ConvertToTag(ConverterState converterState, string tagName, ref XamlTag xamlTag) 3488internal static bool ConvertToSuperSub(ConverterState converterState, string s, ref RtfSuperSubscript ss) 3500internal static bool ConvertToAttribute(ConverterState converterState, string attributeName, ref XamlAttribute xamlAttribute) 3512internal static bool ConvertToFont(ConverterState converterState, string attributeName, ref long fontIndex) 3543internal static bool ConvertToFontSize(ConverterState converterState, ReadOnlySpan<char> s, ref double d) 3584internal static bool ConvertToTextIndent(ConverterState converterState, string s, ref double d) 3589internal static bool ConvertToLineHeight(ConverterState converterState, string s, ref double d) 3594internal static bool ConvertToColor(ConverterState converterState, string brush, ref long colorIndex) 3665ConverterState converterState, 3685internal static bool ConvertToDir(ConverterState converterState, string dirName, ref DirState dirState) 3776internal static bool ConvertToMarkerStyle(ConverterState converterState, string styleName, ref MarkerStyle ms) 3790internal static bool ConvertToStartIndex(ConverterState converterState, string s, ref int i) 3809internal static bool ConvertToThickness(ConverterState converterState, ReadOnlySpan<char> thickness, ref XamlThickness xthickness) 3864internal static bool ConvertToHAlign(ConverterState converterState, string alignName, ref HAlign align) 3876internal static bool ConvertToFontStretch(ConverterState converterState, string stretchName, ref long twips) 3906internal static void EnsureParagraphClosed(ConverterState converterState)