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