3 writes to ContentParserState
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
4449
context.
ContentParserState
= ParsingContent.During;
4471
context.
ContentParserState
= ParsingContent.After;
6632
textContext.
ContentParserState
= ParsingContent.After;
6 references to ContentParserState
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (6)
655
if (CurrentContext.
ContentParserState
!= ParsingContent.Before)
4447
if (context.
ContentParserState
== ParsingContent.Before)
4453
else if (context.
ContentParserState
== ParsingContent.During)
4469
if (context.
ContentParserState
== ParsingContent.During)
4483
if (CurrentContext.
ContentParserState
== ParsingContent.During)
4759
if(CurrentContext.
ContentParserState
!= ParsingContent.During)