6 references to LostFocus
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\BindingNavigator.cs (2)
865oldCtrl.LostFocus -= lostFocusHandler; 871newCtrl.LostFocus += lostFocusHandler;
System.Windows.Forms.Tests (4)
System\Windows\Forms\ToolStripControlHostTests.cs (4)
2998item.LostFocus += handler; 3003item.LostFocus -= handler; 3643item.LostFocus += (sender, e) => 4013item.LostFocus += (sender, e) => lostFocusCallCount++;