1 write to _nullDefaultValueAttribute
PresentationFramework (1)
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
994
_nullDefaultValueAttribute
= new DefaultValueAttribute(null);
2 references to _nullDefaultValueAttribute
PresentationFramework (2)
System\Windows\Markup\Primitives\MarkupWriter.cs (2)
991
if (
_nullDefaultValueAttribute
== null)
997
if (property.Attributes.Contains(
_nullDefaultValueAttribute
))