5 references to OleSetClipboard
PresentationCore (1)
System\Windows\Ole\WpfOleServices.cs (1)
187
PInvokeCore.
OleSetClipboard
(dataObject);
System.Private.Windows.Core (1)
System\Private\Windows\Ole\IOleServices.cs (1)
81
/// <inheritdoc cref="PInvokeCore.
OleSetClipboard
(IDataObject*)"/>
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
154
PInvokeCore.
OleSetClipboard
(dataObject);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ClipboardTests.cs (2)
466
PInvokeCore.
OleSetClipboard
(dataScope).Succeeded.Should().BeTrue();
1335
PInvokeCore.
OleSetClipboard
(iDataObject).Should().Be(HRESULT.S_OK);