1 write to _values
PresentationCore (1)
System\Windows\BinaryFormat\ListConverterHelper.cs (1)
17_values = values;
2 references to _values
PresentationCore (2)
System\Windows\BinaryFormat\ListConverterHelper.cs (2)
21public object this[int index] => _converter((TIn)_values[index]!); 23public int Count => _values.Count;