2 writes to _hashCode
WindowsBase (2)
Base\System\Windows\DependencyProperty.cs (2)
1080_hashCode = _name.GetHashCode() ^ _ownerType.GetHashCode(); 1087_hashCode = _name.GetHashCode() ^ _ownerType.GetHashCode();
1 reference to _hashCode
WindowsBase (1)
Base\System\Windows\DependencyProperty.cs (1)
1092return _hashCode;