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