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