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