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