1 instantiation of TestFormat
System.Private.Windows.Core.Tests (1)
System\Private\Windows\Ole\TestFormat.cs (1)
16static TestFormat IDataFormat<TestFormat>.Create(string name, int id) => new(name, id);
10 references to TestFormat
System.Private.Windows.Core.Tests (10)
System\Private\Windows\Ole\NativeToManagedAdapterTests.cs (3)
13System.Private.Windows.Ole.TestFormat>; 14using DataFormats = System.Private.Windows.Ole.DataFormatsCore<System.Private.Windows.Ole.TestFormat>; 29private readonly TestFormat _format = DataFormats.GetOrAddFormat(nameof(NativeToManagedAdapterTests));
System\Private\Windows\Ole\TestDataObject.cs (4)
18private readonly Composition<TOleServices, CoreNrbfSerializer, TestFormat> _innerData; 33_innerData = Composition<TOleServices, CoreNrbfSerializer, TestFormat>.Create(data); 36_innerData = Composition<TOleServices, CoreNrbfSerializer, TestFormat>.Create(); 39_innerData = Composition<TOleServices, CoreNrbfSerializer, TestFormat>
System\Private\Windows\Ole\TestFormat.cs (3)
6internal class TestFormat : IDataFormat<TestFormat> 16static TestFormat IDataFormat<TestFormat>.Create(string name, int id) => new(name, id);