12 references to ParsingContent
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
655
if (CurrentContext.ContentParserState !=
ParsingContent
.Before)
1599
internal
ParsingContent
ContentParserState
1629
ParsingContent
_contentParsingState =
ParsingContent
.Before;
4447
if (context.ContentParserState ==
ParsingContent
.Before)
4449
context.ContentParserState =
ParsingContent
.During;
4453
else if (context.ContentParserState ==
ParsingContent
.During)
4469
if (context.ContentParserState ==
ParsingContent
.During)
4471
context.ContentParserState =
ParsingContent
.After;
4483
if (CurrentContext.ContentParserState ==
ParsingContent
.During)
4759
if(CurrentContext.ContentParserState !=
ParsingContent
.During)
6632
textContext.ContentParserState =
ParsingContent
.After;