3 references to s_eventLostFocus
System.Windows.Forms (3)
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (2)
437add => WindowShim.AddHandler(s_eventLostFocus, value); 438remove => WindowShim.RemoveHandler(s_eventLostFocus, value);
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HTMLWindowEvents2.cs (1)
34FireEvent(s_eventLostFocus, e);