4 references to ReadStringFromHGLOBAL
System.Windows.Forms (4)
System\Windows\Forms\OLE\DataObject.Composition.NativeToWinFormsAdapter.cs (4)
103=> ReadStringFromHGLOBAL(hglobal, unicode: false), 105DataFormats.UnicodeTextConstant => ReadStringFromHGLOBAL(hglobal, unicode: true), 107CF_DEPRECATED_FILENAME => new string[] { ReadStringFromHGLOBAL(hglobal, unicode: false) }, 108CF_DEPRECATED_FILENAMEW => new string[] { ReadStringFromHGLOBAL(hglobal, unicode: true) },