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