2 references to IsValueAllowed
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReferenceConverter.cs (2)
140
if (
IsValueAllowed
(context, objs[i]))
156
if (obj != null && _type != null && _type.IsInstanceOfType(obj) &&
IsValueAllowed
(context, obj))