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