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