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