1 write to _converter
System.Private.Windows.Core (1)
System\Collections\Generic\ListConverter.cs (1)
23
_converter
= converter;
1 reference to _converter
System.Private.Windows.Core (1)
System\Collections\Generic\ListConverter.cs (1)
26
public TOut this[int index] =>
_converter
((TIn)_values[index]!);