3 instantiations of TestGridEntry
System.Windows.Forms.Tests (3)
System\Windows\Forms\MultiPropertyDescriptorGridEntryTests.cs (3)
25
TestGridEntry parent =
new
(ownerGrid);
186
GridEntry entryParam = new
TestGridEntry
(propertyGrid);
218
TestGridEntry gridEntry =
new
(propertyGrid);
2 references to TestGridEntry
System.Windows.Forms.Tests (2)
System\Windows\Forms\MultiPropertyDescriptorGridEntryTests.cs (2)
25
TestGridEntry
parent = new(ownerGrid);
218
TestGridEntry
gridEntry = new(propertyGrid);