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