1 instantiation of TestFormat
System.Private.Windows.Core.Tests (1)
System\Private\Windows\Ole\TestFormat.cs (1)
24
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)
19
System.Private.Windows.Ole.
TestFormat
>;
20
using DataFormats = System.Private.Windows.Ole.DataFormatsCore<System.Private.Windows.Ole.
TestFormat
>;
35
private readonly
TestFormat
_format = DataFormats.GetOrAddFormat(nameof(NativeToManagedAdapterTests));
System\Private\Windows\Ole\TestDataObject.cs (4)
18
private readonly Composition<TOleServices, CoreNrbfSerializer,
TestFormat
> _innerData;
48
_innerData = Composition<TOleServices, CoreNrbfSerializer,
TestFormat
>.Create(data);
51
_innerData = Composition<TOleServices, CoreNrbfSerializer,
TestFormat
>.Create();
54
_innerData = Composition<TOleServices, CoreNrbfSerializer,
TestFormat
>
System\Private\Windows\Ole\TestFormat.cs (3)
6
internal class TestFormat : IDataFormat<
TestFormat
>
24
TestFormat
IDataFormat<
TestFormat
>.Create(string name, int id) => new(name, id);