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