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