1 override of NeedsDropDownButton
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
217public override bool NeedsDropDownButton{
3 references to NeedsDropDownButton
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
219return base.NeedsDropDownButton && !IsPropertyReadOnly;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
3858bool fBtnDropDown = gridEntry.NeedsDropDownButton; 4415bool fBtnDropDown = gridEntry.NeedsDropDownButton | gridEntry.Enumerable;