Base:
method
GetHashCode
System.Object.GetHashCode()
5 references to GetHashCode
PresentationFramework (1)
src\Framework\System\Windows\Media\Animation\Storyboard.cs (1)
195
return _object.GetHashCode() ^ _property.
GetHashCode
();
WindowsBase (4)
Base\MS\Internal\ComponentModel\DependencyPropertyAttribute.cs (1)
67
return _dp.
GetHashCode
();
Base\MS\Internal\ComponentModel\PropertyKey.cs (1)
17
_hashCode = AttachedType.GetHashCode() ^ DependencyProperty.
GetHashCode
();
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
328
return _dp.
GetHashCode
() ^ _componentType.GetHashCode();
Base\System\Windows\DependentList.cs (1)
242
hashCode += (null == _DP) ? 0 : _DP.
GetHashCode
();