8 references to RegisterClipboardFormat
System.Private.Windows.Core (3)
System\Private\Windows\Ole\DataFormatsCore.cs (1)
37uint formatId = PInvokeCore.RegisterClipboardFormat(format);
System\Private\Windows\Ole\DragDropHelper.cs (2)
192cfFormat = (ushort)(short)PInvokeCore.RegisterClipboardFormat(format), 350cfFormat = (ushort)(short)PInvokeCore.RegisterClipboardFormat(PInvokeCore.CFSTR_DROPDESCRIPTION),
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataFormatsTests.ClipboardTests.cs (2)
17uint manuallyRegisteredFormatId = PInvokeCore.RegisterClipboardFormat("ManuallyRegisteredFormat"); 18uint longManuallyRegisteredFormatId = PInvokeCore.RegisterClipboardFormat(new string('a', 255));
System\Windows\Forms\DragDropFormatTests.cs (2)
26cfFormat = (short)PInvokeCore.RegisterClipboardFormat("InShellDragLoop"), 49cfFormat = (short)PInvokeCore.RegisterClipboardFormat("DragContext"),
System\Windows\Forms\DragDropHelperTests.cs (1)
100cfFormat = (short)PInvokeCore.RegisterClipboardFormat(format),