12 references to ParsingContent
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
651
if (CurrentContext.ContentParserState !=
ParsingContent
.Before)
1594
internal
ParsingContent
ContentParserState
1624
ParsingContent
_contentParsingState =
ParsingContent
.Before;
4446
if (context.ContentParserState ==
ParsingContent
.Before)
4448
context.ContentParserState =
ParsingContent
.During;
4452
else if (context.ContentParserState ==
ParsingContent
.During)
4468
if (context.ContentParserState ==
ParsingContent
.During)
4470
context.ContentParserState =
ParsingContent
.After;
4482
if (CurrentContext.ContentParserState ==
ParsingContent
.During)
4760
if(CurrentContext.ContentParserState !=
ParsingContent
.During)
6630
textContext.ContentParserState =
ParsingContent
.After;