3 instantiations of DerivedDataObject
System.Windows.Forms.Tests (3)
System\Windows\Forms\DataObjectTests.cs (3)
2778
yield return new object[] { new
DerivedDataObject
() };
2815
yield return new object[] { new
DerivedDataObject
() };
2940
Action dataObjectSet2 = () => dataObject.SetDataAsJson(format, new
DerivedDataObject
());