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)
22
public object this[int index] => _converter((TIn)
_values
[index]!);
24
public int Count =>
_values
.Count;