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) 2491if (!gridEntry.Enumerable || !gridEntry.IsValueEditable) 2921&& _selectedGridEntry.Enumerable 3134if (_selectedGridEntry is not null && _selectedGridEntry.Enumerable && EditTextBox.Focused && _selectedGridEntry.IsValueEditable) 3674bool enumerable = gridEntry.Enumerable; 4310bool needsDropDownButton = gridEntry.NeedsDropDownButton | gridEntry.Enumerable; 4650if (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)
227&& !PropertyGridView.SelectedGridEntry.Enumerable