3 writes to ContentParserState
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
4448
context.
ContentParserState
= ParsingContent.During;
4470
context.
ContentParserState
= ParsingContent.After;
6630
textContext.
ContentParserState
= ParsingContent.After;
6 references to ContentParserState
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (6)
651
if (CurrentContext.
ContentParserState
!= ParsingContent.Before)
4446
if (context.
ContentParserState
== ParsingContent.Before)
4452
else if (context.
ContentParserState
== ParsingContent.During)
4468
if (context.
ContentParserState
== ParsingContent.During)
4482
if (CurrentContext.
ContentParserState
== ParsingContent.During)
4760
if(CurrentContext.
ContentParserState
!= ParsingContent.During)