7 references to IsIntrinsicType
System.ComponentModel.TypeConverter (7)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (5)
290
return
IsIntrinsicType
(type);
934
if (TypeDescriptor.RequireRegisteredTypes && !td.IsRegistered && !
IsIntrinsicType
(type))
942
if (TypeDescriptor.RequireRegisteredTypes && !
IsIntrinsicType
(type))
962
if (
IsIntrinsicType
(type))
972
if (!td.IsRegistered && !
IsIntrinsicType
(type))
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (2)
202
if (verifyIsRegisteredType && !_isRegistered && !
IsIntrinsicType
(_type))
236
if (verifyIsRegisteredType && !_isRegistered && !
IsIntrinsicType
(_type))