1 write to _type
PresentationFramework (1)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
304_type = type;
3 references to _type
PresentationFramework (3)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (3)
312return other._type == _type && other._propertyName == _propertyName; 334return _type.GetHashCode() ^ _propertyName.GetHashCode();