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