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