12 references to ParsingContent
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
647
if (CurrentContext.ContentParserState !=
ParsingContent
.Before)
1590
internal
ParsingContent
ContentParserState
1620
private
ParsingContent
_contentParsingState =
ParsingContent
.Before;
4441
if (context.ContentParserState ==
ParsingContent
.Before)
4443
context.ContentParserState =
ParsingContent
.During;
4447
else if (context.ContentParserState ==
ParsingContent
.During)
4463
if (context.ContentParserState ==
ParsingContent
.During)
4465
context.ContentParserState =
ParsingContent
.After;
4477
if (CurrentContext.ContentParserState ==
ParsingContent
.During)
4755
if(CurrentContext.ContentParserState !=
ParsingContent
.During)
6625
textContext.ContentParserState =
ParsingContent
.After;