1 write to _first
PresentationCore (1)
Shared\MS\Internal\Pair.cs (1)
28
_first
= first;
7 references to _first
PresentationCore (7)
Shared\MS\Internal\Pair.cs (7)
32
public object First { get { return
_first
; } }
37
return (
_first
== null ? 0 :
_first
.GetHashCode()) ^ (_second == null ? 0 : _second.GetHashCode());
44
(
_first
!= null ?
_first
.Equals(other.
_first
) : other.
_first
== null) &&