Base:
method
GetHashCode
System.ValueType.GetHashCode()
3 references to GetHashCode
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\CustomPopupPlacement.cs (1)
97return _primaryAxis.GetHashCode() ^ _point.GetHashCode();
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (2)
1225return this.point1.GetHashCode() ^ this.point2.GetHashCode() ^ Orientation.GetHashCode();