3 references to InvalidThreadOleServices
System.Private.Windows.Core.Tests (3)
System\Private\Windows\Ole\ClipboardCoreTests.cs (3)
20
Assert.Throws<ThreadStateException>(() => ClipboardCore<
InvalidThreadOleServices
>.Clear());
26
Assert.Throws<ThreadStateException>(() => ClipboardCore<
InvalidThreadOleServices
>.SetData(null!, false));
32
Assert.Throws<ThreadStateException>(() => ClipboardCore<
InvalidThreadOleServices
>.TryGetData(out _, out _));