3 references to EventGotFocus
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
4885
Events.AddHandler(
EventGotFocus
, value);
4888
Events.RemoveHandler(
EventGotFocus
, value);
9028
EventHandler handler = (EventHandler)Events[
EventGotFocus
];