1 instantiation of ClassWithDefaultProperty
System.Windows.Forms.Tests (1)
System\Windows\Forms\Design\PropertyTabTests.cs (1)
133Assert.Equal("Value", tab.GetDefaultProperty(new ClassWithDefaultProperty()).Name);
2 references to ClassWithDefaultProperty
System.Windows.Forms.Tests (2)
System\Windows\Forms\Design\PropertyTabTests.cs (2)
148PropertyDescriptorCollection result = TypeDescriptor.GetProperties(typeof(ClassWithDefaultProperty)); 174PropertyDescriptorCollection result = TypeDescriptor.GetProperties(typeof(ClassWithDefaultProperty));