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