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