2 overrides of StrictParsing
PresentationBuildTasks (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1485
internal override bool
StrictParsing
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1699
internal override bool
StrictParsing
2 references to StrictParsing
PresentationBuildTasks (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
4191
if (ControllingXamlParser.
StrictParsing
&&
4643
ControllingXamlParser.
StrictParsing
&&