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