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