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)
991if (_nullDefaultValueAttribute == null) 997if (property.Attributes.Contains(_nullDefaultValueAttribute))