7 references to IsIntrinsicType
System.ComponentModel.TypeConverter (7)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (5)
291
return
IsIntrinsicType
(type);
935
if (TypeDescriptor.RequireRegisteredTypes && !td.IsRegistered && !
IsIntrinsicType
(type))
943
if (TypeDescriptor.RequireRegisteredTypes && !
IsIntrinsicType
(type))
963
if (
IsIntrinsicType
(type))
973
if (!td.IsRegistered && !
IsIntrinsicType
(type))
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (2)
202
if (verifyIsRegisteredType && !_isRegistered && !
IsIntrinsicType
(_type))
236
if (verifyIsRegisteredType && !_isRegistered && !
IsIntrinsicType
(_type))