4 instantiations of ClipboardScope
System.Private.Windows.Core.Tests (4)
System\Private\Windows\Ole\ClipboardCoreTests.cs (4)
65
using ClipboardScope scope =
new
();
85
using (ClipboardScope scope =
new
())
103
using ClipboardScope scope =
new
();
160
using ClipboardScope scope =
new
();
5 references to ClipboardScope
System.Private.Windows.Core.Tests (5)
System\Private\Windows\Ole\ClipboardCoreTests.cs (5)
11
using ClipboardScope = System.Private.Windows.Ole.
ClipboardScope
<System.Private.Windows.Ole.MockOleServices<System.Private.Windows.Ole.ClipboardCoreTests>>;
65
using
ClipboardScope
scope = new();
85
using (
ClipboardScope
scope = new())
103
using
ClipboardScope
scope = new();
160
using
ClipboardScope
scope = new();