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