1 override of NeedsDropDownButton
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
132
public override bool
NeedsDropDownButton
=> base.NeedsDropDownButton && !IsPropertyReadOnly;
3 references to NeedsDropDownButton
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
132
public override bool NeedsDropDownButton => base.
NeedsDropDownButton
&& !IsPropertyReadOnly;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
3672
bool needsDropDownButton = gridEntry.
NeedsDropDownButton
;
4309
bool needsDropDownButton = gridEntry.
NeedsDropDownButton
| gridEntry.Enumerable;