6 references to StringToHGlobalUni
mscorlib (2)
system\runtime\interopservices\marshal.cs (1)
1302
return
StringToHGlobalUni
(s);
system\security\cryptography\x509certificates\x509utils.cs (1)
328
return Marshal.
StringToHGlobalUni
(pwd);
System.Drawing (1)
commonui\System\Drawing\Bitmap.cs (1)
377
IntPtr name = Marshal.
StringToHGlobalUni
(bitmapName);
System.IdentityModel.Selectors (1)
infocard\common\managed\HGlobalSafeHandle.cs (1)
33
return new HGlobalSafeHandle(Marshal.
StringToHGlobalUni
(managedString), bytes);
System.Messaging (1)
System\Messaging\Interop\Restrictions.cs (1)
70
IntPtr data = Marshal.
StringToHGlobalUni
(value);
System.ServiceModel (1)
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
1434
result.SetHandle(Marshal.
StringToHGlobalUni
(input));