4 references to UnwrapIfNullable
System.Private.Windows.Core (1)
System\TypeExtensions.cs (1)
226
type = type.
UnwrapIfNullable
();
System.Windows.Forms (3)
System\Windows\Forms\Internal\Formatter.cs (3)
58
targetType = targetType.
UnwrapIfNullable
();
252
sourceType = sourceType.
UnwrapIfNullable
();
253
targetType = targetType.
UnwrapIfNullable
();