23 references to DropDownListBox
System.Windows.Forms (23)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (22)
359
=>
DropDownListBox
.Visible ?
DropDownListBox
.AccessibilityObject : null;
779
if (_dropDownHolder.Component ==
DropDownListBox
&& _flags.HasFlag(Flags.DropDownCommit))
2263
if (!
DropDownListBox
.InSetSelectedIndex())
2266
EditTextBox.Text = gridEntry?.GetPropertyTextValue(
DropDownListBox
.SelectedItem);
2283
if (
DropDownListBox
.Items.Count == 0)
2292
object? value =
DropDownListBox
.SelectedItem;
2313
string text = (string)
DropDownListBox
.Items[e.Index];
2336
if (
DropDownListBox
.IsHandleCreated)
2338
DropDownListBox
.Visible = false;
3719
DropDownListBox
.Items.Clear();
3726
using GetDcScope hdc = new(
DropDownListBox
.HWND);
3744
DropDownListBox
.Items.Add(value);
3758
DropDownListBox
.SelectedIndex = selectionIndex;
3762
DropDownListBox
.Height = Math.Max(tm.tmHeight + 2, Math.Min(_maxListBoxHeight,
DropDownListBox
.PreferredHeight));
3763
DropDownListBox
.Width = Math.Max(maxWidth, GetRectangle(row, RowValue).Width);
3766
bool resizable =
DropDownListBox
.Items.Count > (
DropDownListBox
.Height /
DropDownListBox
.ItemHeight);
3768
DropDownControl(
DropDownListBox
);
5162
DropDownListBox
.ItemHeight = RowHeight + 2;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.DropDownHolderAccessibleObject.cs (1)
42
when selectedEntry.Enumerable && _owningDropDownHolder.Component == gridView!.
DropDownListBox