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