3 writes to ContentParserState
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
4446context.ContentParserState = ParsingContent.During; 4468context.ContentParserState = ParsingContent.After; 6628textContext.ContentParserState = ParsingContent.After;
6 references to ContentParserState
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (6)
650if (CurrentContext.ContentParserState != ParsingContent.Before) 4444if (context.ContentParserState == ParsingContent.Before) 4450else if (context.ContentParserState == ParsingContent.During) 4466if (context.ContentParserState == ParsingContent.During) 4480if (CurrentContext.ContentParserState == ParsingContent.During) 4758if(CurrentContext.ContentParserState != ParsingContent.During)