1 instantiation of TestEntity
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (1)
65
TestEntity testEntity =
new
()
5 references to TestEntity
System.Windows.Forms.Tests (5)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (5)
65
TestEntity
testEntity = new()
95
PropertyDescriptor propertyDescriptor = TypeDescriptor.GetProperties(typeof(
TestEntity
)).
96
Find(nameof(
TestEntity
.SizeProperty), ignoreCase: false);
114
PropertyDescriptor propertyDescriptor = TypeDescriptor.GetProperties(typeof(
TestEntity
)).
115
Find(nameof(
TestEntity
.SizeProperty), ignoreCase: false);