Base:
property
Enumerable
System.Windows.Forms.PropertyGridInternal.GridEntry.Enumerable
2 overrides of Enumerable
System.Windows.Forms.Tests (2)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (2)
188
internal override bool
Enumerable
=> false;
214
internal override bool
Enumerable
=> true;
1 reference to Enumerable
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObject.cs (1)
277
&& (owner.
Enumerable
|| owner.NeedsDropDownButton) => true,