2 instantiations of ConverterState
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
7836_converterState = new ConverterState();
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
51_converterState = new ConverterState();
42 references to ConverterState
PresentationFramework (42)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (18)
381internal static bool ColorToUse(ConverterState converterState, long cb, long cf, long shade, ref Color c) 972internal string GetBorderAttributeString(ConverterState converterState) 2170internal string GetBorderAttributeString(ConverterState converterState) 2752internal string GetBorderAttributeString(ConverterState converterState) 4794internal void Terminate(ConverterState converterState) 4847internal void AppendXamlFontProperties(ConverterState converterState, StringBuilder sb) 5080internal void AppendXamlPrefix(ConverterState converterState) 5198private void AppendXamlPrefixCellProperties(StringBuilder xamlStringBuilder, DocumentNodeArray dna, ConverterState converterState) 5257private void AppendXamlPrefixParagraphProperties(StringBuilder xamlStringBuilder, ConverterState converterState) 5411internal void AppendXamlPostfix(ConverterState converterState) 5451internal void AppendInlineXamlPrefix(ConverterState converterState) 5505internal void AppendInlineXamlPostfix(ConverterState converterState) 6397internal void PreCoalesceChildren(ConverterState converterState, int nStart, bool bChild) 6489internal void CoalesceChildren(ConverterState converterState, int nStart) 6550internal void CoalesceOnlyChildren(ConverterState converterState, int nStart) 6609internal void CoalesceAll(ConverterState converterState) 7994internal ConverterState ConverterState 11852private ConverterState _converterState;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (24)
140internal ConverterState ConverterState 2319private ConverterState _converterState; 2438ConverterState converterState = _writer.ConverterState; 2509ConverterState converterState = _writer.ConverterState; 2577ConverterState converterState = _writer.ConverterState; 2622ConverterState converterState = _writer.ConverterState; 2802private DocumentNode CreateDocumentNode(ConverterState converterState, DocumentNodeType documentNodeType, DocumentNode dnTop, XamlTag xamlTag) 2849private XamlToRtfError HandleAttributes(ConverterState converterState, IXamlAttributes attributes, 3484internal static bool ConvertToTag(ConverterState converterState, string tagName, ref XamlTag xamlTag) 3496internal static bool ConvertToSuperSub(ConverterState converterState, string s, ref RtfSuperSubscript ss) 3508internal static bool ConvertToAttribute(ConverterState converterState, string attributeName, ref XamlAttribute xamlAttribute) 3520internal static bool ConvertToFont(ConverterState converterState, string attributeName, ref long fontIndex) 3551internal static bool ConvertToFontSize(ConverterState converterState, string s, ref double d) 3592internal static bool ConvertToTextIndent(ConverterState converterState, string s, ref double d) 3597internal static bool ConvertToLineHeight(ConverterState converterState, string s, ref double d) 3602internal static bool ConvertToColor(ConverterState converterState, string brush, ref long colorIndex) 3674ConverterState converterState, 3694internal static bool ConvertToDir(ConverterState converterState, string dirName, ref DirState dirState) 3785internal static bool ConvertToMarkerStyle(ConverterState converterState, string styleName, ref MarkerStyle ms) 3799internal static bool ConvertToStartIndex(ConverterState converterState, string s, ref int i) 3818internal static bool ConvertToThickness(ConverterState converterState, string thickness, ref XamlThickness xthickness) 3873internal static bool ConvertToHAlign(ConverterState converterState, string alignName, ref HAlign align) 3885internal static bool ConvertToFontStretch(ConverterState converterState, string stretchName, ref long twips) 3915internal static void EnsureParagraphClosed(ConverterState converterState)