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)
3000
item.
LostFocus
+= handler;
3005
item.
LostFocus
-= handler;
3645
item.
LostFocus
+= (sender, e) =>
4015
item.
LostFocus
+= (sender, e) => lostFocusCallCount++;