3 writes to ContentParserState
PresentationBuildTasks (3)
Framework\System\Windows\Markup\XamlReaderHelper.cs (3)
4451
context.
ContentParserState
= ParsingContent.During;
4473
context.
ContentParserState
= ParsingContent.After;
6587
textContext.
ContentParserState
= ParsingContent.After;
6 references to ContentParserState
PresentationBuildTasks (6)
Framework\System\Windows\Markup\XamlReaderHelper.cs (6)
663
if (CurrentContext.
ContentParserState
!= ParsingContent.Before)
4449
if (context.
ContentParserState
== ParsingContent.Before)
4455
else if (context.
ContentParserState
== ParsingContent.During)
4471
if (context.
ContentParserState
== ParsingContent.During)
4485
if (CurrentContext.
ContentParserState
== ParsingContent.During)
4732
if(CurrentContext.
ContentParserState
!= ParsingContent.During)