4 implementations of OleFlushClipboard
PresentationCore (1)
System\Windows\Ole\WpfOleServices.cs (1)
189static HRESULT IOleServices.OleFlushClipboard() =>
System.Private.Windows.Core.Tests (2)
System\Private\Windows\Ole\ClipboardCoreTests.cs (1)
43static HRESULT IOleServices.OleFlushClipboard() => throw new NotImplementedException();
System\Private\Windows\Ole\MockOleServices.cs (1)
33static 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)
64while ((result = TOleServices.OleFlushClipboard()).Failed) 113while ((result = TOleServices.OleFlushClipboard()).Failed)