1 instantiation of TestEntity
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (1)
63
TestEntity testEntity =
new
()
5 references to TestEntity
System.Windows.Forms.Tests (5)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (5)
63
TestEntity
testEntity = new()
93
PropertyDescriptor propertyDescriptor = TypeDescriptor.GetProperties(typeof(
TestEntity
)).
94
Find(nameof(
TestEntity
.SizeProperty), ignoreCase: false);
112
PropertyDescriptor propertyDescriptor = TypeDescriptor.GetProperties(typeof(
TestEntity
)).
113
Find(nameof(
TestEntity
.SizeProperty), ignoreCase: false);