1 instantiation of ParserContext
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
515
_parserContext = new
ParserContext
();
33 references to ParserContext
PresentationBuildTasks (33)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
2194
internal void AddGenericArguments(
ParserContext
parserContext, string typeArgs)
3436
private
ParserContext
_parserContext = null;
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
41
ParserContext
parserContext,
Framework\System\Windows\Markup\BamlMapTable.cs (1)
1500
ParserContext
pc,
Framework\System\Windows\Markup\BamlRecordWriter.cs (3)
58
ParserContext
parserContext,
1848
internal
ParserContext
ParserContext
1914
ParserContext
_parserContext;
Framework\System\Windows\Markup\MarkupExtensionParser.cs (2)
72
ParserContext
parserContext)
1772
private
ParserContext
_parserContext;
Framework\System\Windows\Markup\ParserContext.cs (3)
428
public static implicit operator XmlParserContext(
ParserContext
parserContext)
430
return
ParserContext
.ToXmlParserContext(parserContext);
439
public static XmlParserContext ToXmlParserContext(
ParserContext
parserContext)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
86
ParserContext
parserContext)
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
73
ParserContext
parserContext)
Framework\System\Windows\Markup\TypeContext.cs (2)
172
public TypeConvertContext(
ParserContext
parserContext, string originalAttributeValue)
187
ParserContext
_parserContext;
Framework\System\Windows\Markup\XamlParser.cs (5)
85
ParserContext
parserContext,
96
ParserContext
parserContext,
116
ParserContext
parserContext,
1368
internal
ParserContext
ParserContext
1399
ParserContext
_parserContext; // todo, need this for the XamlTypeMapper/resolver.
Framework\System\Windows\Markup\XamlReaderHelper.cs (3)
135
ParserContext
parserContext,
6681
ParserContext
ParserContext
6779
ParserContext
_parserContext;
Framework\System\Windows\Markup\XamlSerializer.cs (2)
66
ParserContext
context,
139
ParserContext
parserContext)
Framework\System\Windows\Markup\XamlStyleSerializer.cs (1)
68
ParserContext
context,
Framework\System\Windows\Markup\XamlTemplateSerializer.cs (1)
70
ParserContext
context,
Framework\System\Windows\Markup\XamlTypeMapper.cs (5)
2337
ParserContext
context,
2388
ParserContext
context,
3070
ParserContext
context,
3145
ParserContext
context,
3843
internal object GetDictionaryKey(string keyString,
ParserContext
context)