1 write to IsEmptyElement
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
1955elementContextStackData.IsEmptyElement = isEmptyElement;
2 references to IsEmptyElement
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
339if (CurrentContext != null && CurrentContext.IsEmptyElement) 644if (CurrentContext.IsEmptyElement)