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