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