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