1 instantiation of ClassWithDefaultProperty
System.Windows.Forms.Tests (1)
System\Windows\Forms\Design\PropertyTabTests.cs (1)
131
Assert.Equal("Value", tab.GetDefaultProperty(new
ClassWithDefaultProperty
()).Name);
3 references to ClassWithDefaultProperty
System.Windows.Forms.Tests (3)
System\Windows\Forms\Design\PropertyTabTests.cs (3)
146
PropertyDescriptorCollection result = TypeDescriptor.GetProperties(typeof(
ClassWithDefaultProperty
));
172
PropertyDescriptorCollection result = TypeDescriptor.GetProperties(typeof(
ClassWithDefaultProperty
));
209
[DefaultProperty(nameof(
ClassWithDefaultProperty
.Value))]