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