3 instantiations of TestGridEntry
System.Windows.Forms.Tests (3)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (3)
27gridEntry.TestAccessor().Dynamic._parent = new TestGridEntry(propertyGrid, null, propertyGridView); 92TestGridEntry parent = new(propertyGrid, peParent: null, propertyGridView); 111TestGridEntry parent = new(propertyGrid, peParent: null, propertyGridView);
2 references to TestGridEntry
System.Windows.Forms.Tests (2)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (2)
92TestGridEntry parent = new(propertyGrid, peParent: null, propertyGridView); 111TestGridEntry parent = new(propertyGrid, peParent: null, propertyGridView);