2 writes to _dropDownHandle
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2495
_dropDownHandle
= HWND.Null;
3586
_dropDownHandle
= (HWND)m.LParamInternal;
8 references to _dropDownHandle
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (7)
326
:
_dropDownHandle
);
1910
else if (m.HWnd ==
_dropDownHandle
)
2062
return DropDownStyle == ComboBoxStyle.Simple ? new(_childListBox) : new(this,
_dropDownHandle
);
3463
if (
_dropDownHandle
.IsNull)
3478
_dropDownHandle
,
3592
_childDropDown.AssignHandle(
_dropDownHandle
);
3598
_dropDownHandle
);
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (1)
860
_dropDownHandle
);