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))
2269
if (!
DropDownListBox
.InSetSelectedIndex())
2272
EditTextBox.Text = gridEntry?.GetPropertyTextValue(
DropDownListBox
.SelectedItem);
2289
if (
DropDownListBox
.Items.Count == 0)
2298
object? value =
DropDownListBox
.SelectedItem;
2319
string text = (string)
DropDownListBox
.Items[e.Index];
2342
if (
DropDownListBox
.IsHandleCreated)
2344
DropDownListBox
.Visible = false;
3731
DropDownListBox
.Items.Clear();
3738
using GetDcScope hdc = new(
DropDownListBox
.HWND);
3756
DropDownListBox
.Items.Add(value);
3770
DropDownListBox
.SelectedIndex = selectionIndex;
3774
DropDownListBox
.Height = Math.Max(tm.tmHeight + 2, Math.Min(_maxListBoxHeight,
DropDownListBox
.PreferredHeight));
3775
DropDownListBox
.Width = Math.Max(maxWidth, GetRectangle(row, RowValue).Width);
3778
bool resizable =
DropDownListBox
.Items.Count > (
DropDownListBox
.Height /
DropDownListBox
.ItemHeight);
3780
DropDownControl(
DropDownListBox
);
5174
DropDownListBox
.ItemHeight = RowHeight + 2;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.DropDownHolderAccessibleObject.cs (1)
42
when selectedEntry.Enumerable && _owningDropDownHolder.Component == gridView!.
DropDownListBox