3 instantiations of TestPropertyDescriptorGridEntry
System.Windows.Forms.Tests (3)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (3)
21
TestPropertyDescriptorGridEntry gridEntry =
new
(propertyGrid, null, false);
38
TestPropertyDescriptorGridEntry propertyDescriptorGridEntryTestEntity =
new
(propertyGrid, null, false);
52
TestPropertyDescriptorGridEntry propertyDescriptorGridEntryTestEntity =
new
(propertyGrid, null, false);
3 references to TestPropertyDescriptorGridEntry
System.Windows.Forms.Tests (3)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (3)
21
TestPropertyDescriptorGridEntry
gridEntry = new(propertyGrid, null, false);
38
TestPropertyDescriptorGridEntry
propertyDescriptorGridEntryTestEntity = new(propertyGrid, null, false);
52
TestPropertyDescriptorGridEntry
propertyDescriptorGridEntryTestEntity = new(propertyGrid, null, false);