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