3 references to CloseDropDownInternal
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
741
public void CloseDropDown() =>
CloseDropDownInternal
(resetFocus: true);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (2)
285
_gridView.
CloseDropDownInternal
(resetFocus: false);
670
_gridView.
CloseDropDownInternal
(false);