4 references to MultiByteToWideChar
System.Private.Windows.Core (2)
Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs (2)
247 /// <inheritdoc cref="MultiByteToWideChar(uint, winmdroot.Globalization.MULTI_BYTE_TO_WIDE_CHAR_FLAGS, winmdroot.Foundation.PCSTR, int, winmdroot.Foundation.PWSTR, int)"/> 253 int __result = PInvokeCore.MultiByteToWideChar(CodePage, dwFlags, new winmdroot.Foundation.PCSTR (lpMultiByteStrLocal), cbMultiByte, lpWideCharStr, cchWideChar);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ByteViewer.cs (2)
402bufferSize = PInvokeCore.MultiByteToWideChar(PInvokeCore.CP_ACP, 0, (PCSTR)pDataBuff, _dataBuf.Length, null, 0); 406size = PInvokeCore.MultiByteToWideChar(PInvokeCore.CP_ACP, 0, (PCSTR)pDataBuff, bufferSize, pText, bufferSize);