12 references to ParsingContent
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
661
if (CurrentContext.ContentParserState !=
ParsingContent
.Before)
1605
internal
ParsingContent
ContentParserState
1635
ParsingContent
_contentParsingState =
ParsingContent
.Before;
4453
if (context.ContentParserState ==
ParsingContent
.Before)
4455
context.ContentParserState =
ParsingContent
.During;
4459
else if (context.ContentParserState ==
ParsingContent
.During)
4475
if (context.ContentParserState ==
ParsingContent
.During)
4477
context.ContentParserState =
ParsingContent
.After;
4489
if (CurrentContext.ContentParserState ==
ParsingContent
.During)
4765
if(CurrentContext.ContentParserState !=
ParsingContent
.During)
6638
textContext.ContentParserState =
ParsingContent
.After;