2 implementations of OleSetClipboard
PresentationCore (1)
System\Windows\Ole\WpfOleServices.cs (1)
186
static HRESULT IOleServices.
OleSetClipboard
(Com.IDataObject* dataObject) =>
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
153
static unsafe HRESULT IOleServices.
OleSetClipboard
(Com.IDataObject* dataObject) =>
2 references to OleSetClipboard
System.Private.Windows.Core (2)
System\Private\Windows\Ole\ClipboardCore.cs (2)
51
while ((result = TOleServices.
OleSetClipboard
(null)).Failed)
129
while ((result = TOleServices.
OleSetClipboard
(iDataObject)).Failed)