4 references to IsSupportedType
ReachFramework (4)
Serialization\ColorTypeConverter.cs (4)
54
return
IsSupportedType
(sourceType);
79
return
IsSupportedType
(destinationType);
107
if (!
IsSupportedType
(value.GetType()))
145
if (!
IsSupportedType
(destinationType))