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