4 references to IsSupportedType
ReachFramework (4)
Serialization\ColorTypeConverter.cs (4)
53
return
IsSupportedType
(sourceType);
78
return
IsSupportedType
(destinationType);
106
if (!
IsSupportedType
(value.GetType()))
144
if (!
IsSupportedType
(destinationType))