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