1 write to _type
PresentationFramework (1)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
287
_type
= type;
3 references to _type
PresentationFramework (3)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (3)
295
return other.
_type
==
_type
&& other._propertyName == _propertyName;
317
return
_type
.GetHashCode() ^ _propertyName.GetHashCode();