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