Base:
property
GridItems
System.Windows.Forms.GridItem.GridItems
4 references to GridItems
System.Windows.Forms.Tests (3)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\DropDownButton.DropDownButtonAccessibleObjectTests.cs (1)
88control.SelectedGridItem = control.GetCurrentEntries()[1].GridItems[5]; // FlatStyle property
System\Windows\Forms\PropertyGridTests.cs (2)
3975var descriptor = entry.GridItems[0] as PropertyDescriptorGridEntry; 3994.GridItems
System.Windows.Forms.UI.IntegrationTests (1)
PropertyGridViewTests.cs (1)
41foreach (GridEntry item in entry.GridItems)