1 write to _converter
PresentationCore (1)
System\Windows\BinaryFormat\ListConverterHelper.cs (1)
18_converter = converter;
1 reference to _converter
PresentationCore (1)
System\Windows\BinaryFormat\ListConverterHelper.cs (1)
21public object this[int index] => _converter((TIn)_values[index]!);