8 references to SetDropDownControl
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
764
_dropDownHolder.
SetDropDownControl
(control: null, resizable: false);
1415
_dropDownHolder.
SetDropDownControl
(control, _flags.HasFlag(Flags.ResizableDropDown));
System.Windows.Forms.Tests (6)
System\Windows\Forms\PropertyGridInternal\PropertyGridView.DropDownHolderTests.cs (6)
51
dropDownHolder.
SetDropDownControl
(listBox, resizable: false);
66
dropDownHolder.
SetDropDownControl
(null, resizable: false);
82
dropDownHolder.
SetDropDownControl
(listBox, resizable: false);
86
dropDownHolder.
SetDropDownControl
(listBox, resizable: false);
104
dropDownHolder.
SetDropDownControl
(listBox, resizable: true);
111
dropDownHolder.
SetDropDownControl
(listBox, resizable: true);