2 references to DropDownVisible
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3378if (dropDown && !gridView.DropDownVisible) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
1167if (_owningPropertyDescriptorGridEntry == propertyGridView.SelectedGridEntry && propertyGridView.DropDownVisible) {