3 references to RegisterClipboardFormat
Microsoft.Private.Windows.Core (3)
System\Private\Windows\Ole\DataFormatsCore.cs (1)
45uint formatId = PInvokeCore.RegisterClipboardFormat(format);
System\Private\Windows\Ole\DragDropHelper.cs (2)
200cfFormat = (ushort)(short)PInvokeCore.RegisterClipboardFormat(format), 358cfFormat = (ushort)(short)PInvokeCore.RegisterClipboardFormat(PInvokeCore.CFSTR_DROPDESCRIPTION),