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