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