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