4 references to StringToHGlobalUni
System.Security.Cryptography (1)
Microsoft\Win32\SafeHandles\SafePasswordHandle.cs (1)
29handle = Marshal.StringToHGlobalUni(password);
System.Windows.Forms (2)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (2)
1841tvis.item.pszText = (char*)Marshal.StringToHGlobalUni(_text); 2145item.pszText = (char*)Marshal.StringToHGlobalUni(_text);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ClipboardTests.cs (1)
561SetClipboardData((uint)CLIPBOARD_FORMAT.CF_UNICODETEXT, (HANDLE)Marshal.StringToHGlobalUni(testString));