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