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)
32public object First { get { return _first; } } 37return (_first == null ? 0 : _first.GetHashCode()) ^ (_second == null ? 0 : _second.GetHashCode()); 44(_first != null ? _first.Equals(other._first) : other._first == null) &&