1 instantiation of TestData1
System.Windows.Forms.Tests (1)
System\Windows\Forms\ClipboardTests.cs (1)
767private readonly TestData1 _testData1 = new();
3 references to TestData1
System.Windows.Forms.Tests (3)
System\Windows\Forms\ClipboardTests.cs (3)
767private readonly TestData1 _testData1 = new(); 784if (typeof(TestData1).FullName == fullName) 786return typeof(TestData1);