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