2 instantiations of ClassWithNameProperty
System.Windows.Forms.Tests (2)
System\Windows\Forms\PropertyGridInternal\PropertiesTabTests.cs (2)
35Assert.Equal("Name", tab.GetDefaultProperty(new ClassWithNameProperty()).Name); 49Assert.Null(tab.GetDefaultProperty(new ClassWithNameProperty()));
3 references to ClassWithNameProperty
System.Windows.Forms.Tests (3)
System\Windows\Forms\PropertyGridInternal\PropertiesTabTests.cs (3)
166Assert.NotNull(properties[nameof(ClassWithNameProperty.Name)]); 226public ClassWithNameProperty Child { get; set; } 233return TypeDescriptor.GetProperties(typeof(ClassWithNameProperty));