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