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