3 references to Equals
PresentationCore (1)
Core\CSharp\System\Windows\Media\Visual.cs (1)
1981Debug.Assert(Point.Equals(pointParams.HitPoint, backupHitPoint),
WindowsBase (2)
Base\System\Windows\Generated\Point.cs (2)
120return Point.Equals(this,value); 136return Point.Equals(this, value);