2 writes to _ownerType
WindowsBase (2)
Base\System\Windows\DependencyProperty.cs (2)
1078
_ownerType
= ownerType;
1085
_ownerType
= ownerType;
4 references to _ownerType
WindowsBase (4)
Base\System\Windows\DependencyProperty.cs (4)
1080
_hashCode = _name.GetHashCode() ^
_ownerType
.GetHashCode();
1087
_hashCode = _name.GetHashCode() ^
_ownerType
.GetHashCode();
1109
return (_name.Equals(key._name) && (
_ownerType
== key.
_ownerType
));