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