1 write to _values
PresentationFramework (1)
MS\Internal\Data\SortFieldComparer.cs (1)
204_values = new object[nFields];
5 references to _values
PresentationFramework (5)
MS\Internal\Data\SortFieldComparer.cs (5)
205_values[0] = DependencyProperty.UnsetValue; // sentinel - unknown value 210get { return _values[index]; } 213_values[index] = value; 216if (++index < _values.Length) 218_values[index] = DependencyProperty.UnsetValue;