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