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