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