1 write to _second
PresentationCore (1)
Shared\MS\Internal\Pair.cs (1)
29
_second
= second;
7 references to _second
PresentationCore (7)
Shared\MS\Internal\Pair.cs (7)
33
public object Second { get { return
_second
; } }
37
return (_first == null ? 0 : _first.GetHashCode()) ^ (
_second
== null ? 0 :
_second
.GetHashCode());
45
(
_second
!= null ?
_second
.Equals(other.
_second
) : other.
_second
== null);