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