Home
last modified time | relevance | path

Searched refs:CustomDescriptorTestClass (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DTypeDescriptorTests.cs1561 var testType = typeof(CustomDescriptorTestClass); in CustomTypeDescriptorsShouldBeUsedForType()
1576 var testObj = new CustomDescriptorTestClass(); in CustomTypeDescriptorsShouldBeUsedForInstance()
1677 private class CustomDescriptorTestClass class in MonoTests.System.ComponentModel.TypeDescriptorTests