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