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