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