2 references to converter
PresentationCore (2)
MS\Internal\IListConverters.cs (2)
235
list.Add((Point)
converter
.ConvertFrom(td, ci, _tokenizer.GetCurrentToken()));
254
builder.Append((string)
converter
.ConvertTo(context, culture, list[i], typeof(string)));