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