38 references to CursorChanged
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
497
add => base.
CursorChanged
+= value;
498
remove => base.
CursorChanged
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (2)
226
add => base.
CursorChanged
+= value;
227
remove => base.
CursorChanged
-= value;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (2)
445
add => base.
CursorChanged
+= value;
446
remove => base.
CursorChanged
-= value;
System.Windows.Forms.Tests (30)
System\Windows\Forms\ControlTests.Handlers.cs (14)
1091
control.
CursorChanged
+= handler;
1096
control.
CursorChanged
-= handler;
1120
child1.
CursorChanged
+= (sender, e) =>
1126
child2.
CursorChanged
+= (sender, e) =>
1134
control.
CursorChanged
+= handler;
1141
control.
CursorChanged
-= handler;
1175
child1.
CursorChanged
+= (sender, e) =>
1181
child1.
CursorChanged
+= (sender, e) =>
1189
control.
CursorChanged
+= handler;
1196
control.
CursorChanged
-= handler;
4369
control.
CursorChanged
+= handler;
4374
control.
CursorChanged
-= handler;
4398
control.
CursorChanged
+= handler;
4403
control.
CursorChanged
-= handler;
System\Windows\Forms\ControlTests.Properties.cs (16)
3913
control.
CursorChanged
+= handler;
3938
control.
CursorChanged
-= handler;
3974
control.
CursorChanged
+= handler;
3975
child1.
CursorChanged
+= childHandler1;
3976
child2.
CursorChanged
+= childHandler2;
4017
control.
CursorChanged
-= handler;
4018
child1.
CursorChanged
-= childHandler1;
4019
child2.
CursorChanged
-= childHandler2;
4067
control.
CursorChanged
+= handler;
4068
child1.
CursorChanged
+= childHandler1;
4069
child2.
CursorChanged
+= childHandler2;
4110
control.
CursorChanged
-= handler;
4111
child1.
CursorChanged
-= childHandler1;
4112
child2.
CursorChanged
-= childHandler2;
10788
control.
CursorChanged
+= (sender, e) =>
10970
control.
CursorChanged
+= (sender, e) =>
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1109
add { base.
CursorChanged
+= value; }
1110
remove { base.
CursorChanged
-= value; }