1 override of Enumerable
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
126internal override bool Enumerable => base.Enumerable && !IsPropertyReadOnly;
13 references to Enumerable
System.Windows.Forms (13)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2958else if (changedItem is GridEntry gridEntry && gridEntry.Enumerable)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
126internal override bool Enumerable => base.Enumerable && !IsPropertyReadOnly;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (9)
1270if (gridEntry.IsValueEditable && gridEntry.Enumerable) 1513if (gridEntry is not null && gridEntry.Enumerable && gridEntry.IsValueEditable) 1697if (!gridEntry.Enumerable) 2490if (!gridEntry.Enumerable || !gridEntry.IsValueEditable) 2920&& _selectedGridEntry.Enumerable 3133if (_selectedGridEntry is not null && _selectedGridEntry.Enumerable && EditTextBox.Focused && _selectedGridEntry.IsValueEditable) 3673bool enumerable = gridEntry.Enumerable; 4309bool needsDropDownButton = gridEntry.NeedsDropDownButton | gridEntry.Enumerable; 4649if (entry is not null && entry.Enumerable && closeDropDown)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.DropDownHolderAccessibleObject.cs (1)
42when selectedEntry.Enumerable && _owningDropDownHolder.Component == gridView!.DropDownListBox
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
224&& !PropertyGridView.SelectedGridEntry.Enumerable