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)
2954else 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)
1293if (gridEntry.IsValueEditable && gridEntry.Enumerable) 1536if (gridEntry is not null && gridEntry.Enumerable && gridEntry.IsValueEditable) 1720if (!gridEntry.Enumerable) 2514if (!gridEntry.Enumerable || !gridEntry.IsValueEditable) 2959&& _selectedGridEntry.Enumerable 3172if (_selectedGridEntry is not null && _selectedGridEntry.Enumerable && EditTextBox.Focused && _selectedGridEntry.IsValueEditable) 3712bool enumerable = gridEntry.Enumerable; 4345bool needsDropDownButton = gridEntry.NeedsDropDownButton | gridEntry.Enumerable; 4682if (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