2 references to OnDropDownButtonGotFocus
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
287
btnDropDown.GotFocus += new EventHandler(
OnDropDownButtonGotFocus
);
313
btnDialog.GotFocus += new EventHandler(
OnDropDownButtonGotFocus
);