1 write to UnderlyingType
System.ComponentModel.TypeConverter (1)
System\ComponentModel\NullableConverter.cs (1)
28
UnderlyingType
= Nullable.GetUnderlyingType(type)!;
6 references to UnderlyingType
System.ComponentModel.TypeConverter (6)
System\ComponentModel\NullableConverter.cs (6)
29
if (
UnderlyingType
== null)
34
UnderlyingTypeConverter = TypeDescriptor.GetConverter(
UnderlyingType
);
43
if (sourceType ==
UnderlyingType
)
60
if (value == null || value.GetType() ==
UnderlyingType
)
81
if (destinationType ==
UnderlyingType
)
104
if (destinationType ==
UnderlyingType
&& value != null && NullableType.IsInstanceOfType(value))