2 implementations of OleFlushClipboard
PresentationCore (1)
System\Windows\Ole\WpfOleServices.cs (1)
189static HRESULT IOleServices.OleFlushClipboard() =>
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
156static HRESULT IOleServices.OleFlushClipboard() =>
2 references to OleFlushClipboard
System.Private.Windows.Core (2)
System\Private\Windows\Ole\ClipboardCore.cs (2)
85while ((result = TOleServices.OleFlushClipboard()).Failed) 146while ((result = TOleServices.OleFlushClipboard()).Failed)