5 references to OleGetClipboard
PresentationCore (1)
System\Windows\Ole\WpfOleServices.cs (1)
184
PInvokeCore.
OleGetClipboard
(dataObject);
System.Private.Windows.Core (1)
System\Private\Windows\Ole\IOleServices.cs (1)
78
/// <inheritdoc cref="PInvokeCore.
OleGetClipboard
(IDataObject**)"/>/>
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
151
PInvokeCore.
OleGetClipboard
(dataObject);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ClipboardTests.cs (2)
469
PInvokeCore.
OleGetClipboard
(proxy).Succeeded.Should().BeTrue();
1338
PInvokeCore.
OleGetClipboard
(receivedIDataObject).Should().Be(HRESULT.S_OK);