4 implementations of OleFlushClipboard
PresentationCore (1)
System\Windows\Ole\WpfOleServices.cs (1)
189
static HRESULT IOleServices.
OleFlushClipboard
() =>
System.Private.Windows.Core.Tests (2)
System\Private\Windows\Ole\ClipboardCoreTests.cs (1)
43
static HRESULT IOleServices.
OleFlushClipboard
() => throw new NotImplementedException();
System\Private\Windows\Ole\MockOleServices.cs (1)
33
static HRESULT IOleServices.
OleFlushClipboard
()
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
156
static HRESULT IOleServices.
OleFlushClipboard
() =>
2 references to OleFlushClipboard
System.Private.Windows.Core (2)
System\Private\Windows\Ole\ClipboardCore.cs (2)
64
while ((result = TOleServices.
OleFlushClipboard
()).Failed)
113
while ((result = TOleServices.
OleFlushClipboard
()).Failed)