3 writes to ContentParserState
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
4443context.ContentParserState = ParsingContent.During; 4465context.ContentParserState = ParsingContent.After; 6625textContext.ContentParserState = ParsingContent.After;
6 references to ContentParserState
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (6)
647if (CurrentContext.ContentParserState != ParsingContent.Before) 4441if (context.ContentParserState == ParsingContent.Before) 4447else if (context.ContentParserState == ParsingContent.During) 4463if (context.ContentParserState == ParsingContent.During) 4477if (CurrentContext.ContentParserState == ParsingContent.During) 4755if(CurrentContext.ContentParserState != ParsingContent.During)