3 references to Before
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
647
if (CurrentContext.ContentParserState != ParsingContent.
Before
)
1620
private ParsingContent _contentParsingState = ParsingContent.
Before
;
4441
if (context.ContentParserState == ParsingContent.
Before
)