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