4 writes to ControllingXamlParser
PresentationBuildTasks (4)
Framework\System\Windows\Markup\StyleXamlParser.cs (2)
92
TokenReader.
ControllingXamlParser
= this;
129
TokenReader.
ControllingXamlParser
= _previousXamlParser;
Framework\System\Windows\Markup\TemplateXamlParser.cs (2)
79
TokenReader.
ControllingXamlParser
= this;
116
TokenReader.
ControllingXamlParser
= _previousXamlParser;
12 references to ControllingXamlParser
PresentationBuildTasks (12)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
91
_previousXamlParser = TokenReader.
ControllingXamlParser
;
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
78
_previousXamlParser = TokenReader.
ControllingXamlParser
;
Framework\System\Windows\Markup\XamlReaderHelper.cs (10)
208
return
ControllingXamlParser
.CanResolveLocalAssemblies();
486
if (
ControllingXamlParser
.GetElementType(XmlReader, localName + "Extension",
494
return
ControllingXamlParser
.GetElementType(XmlReader, localName,
501
if (
ControllingXamlParser
.GetElementType(XmlReader, localName,
509
return
ControllingXamlParser
.GetElementType(XmlReader, localName + "Extension",
3199
if (
ControllingXamlParser
!= null)
4021
if (
ControllingXamlParser
!= null &&
4061
if (
ControllingXamlParser
!= null &&
4203
if (
ControllingXamlParser
.StrictParsing &&
4639
ControllingXamlParser
.StrictParsing &&