3 writes to ContentParserState
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
4455context.ContentParserState = ParsingContent.During; 4477context.ContentParserState = ParsingContent.After; 6638textContext.ContentParserState = ParsingContent.After;
6 references to ContentParserState
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (6)
661if (CurrentContext.ContentParserState != ParsingContent.Before) 4453if (context.ContentParserState == ParsingContent.Before) 4459else if (context.ContentParserState == ParsingContent.During) 4475if (context.ContentParserState == ParsingContent.During) 4489if (CurrentContext.ContentParserState == ParsingContent.During) 4765if(CurrentContext.ContentParserState != ParsingContent.During)