38 references to CursorChanged
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
495
add => base.
CursorChanged
+= value;
496
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)
1093
control.
CursorChanged
+= handler;
1098
control.
CursorChanged
-= handler;
1122
child1.
CursorChanged
+= (sender, e) =>
1128
child2.
CursorChanged
+= (sender, e) =>
1136
control.
CursorChanged
+= handler;
1143
control.
CursorChanged
-= handler;
1177
child1.
CursorChanged
+= (sender, e) =>
1183
child1.
CursorChanged
+= (sender, e) =>
1191
control.
CursorChanged
+= handler;
1198
control.
CursorChanged
-= handler;
4371
control.
CursorChanged
+= handler;
4376
control.
CursorChanged
-= handler;
4400
control.
CursorChanged
+= handler;
4405
control.
CursorChanged
-= handler;
System\Windows\Forms\ControlTests.Properties.cs (16)
3915
control.
CursorChanged
+= handler;
3940
control.
CursorChanged
-= handler;
3976
control.
CursorChanged
+= handler;
3977
child1.
CursorChanged
+= childHandler1;
3978
child2.
CursorChanged
+= childHandler2;
4019
control.
CursorChanged
-= handler;
4020
child1.
CursorChanged
-= childHandler1;
4021
child2.
CursorChanged
-= childHandler2;
4069
control.
CursorChanged
+= handler;
4070
child1.
CursorChanged
+= childHandler1;
4071
child2.
CursorChanged
+= childHandler2;
4112
control.
CursorChanged
-= handler;
4113
child1.
CursorChanged
-= childHandler1;
4114
child2.
CursorChanged
-= childHandler2;
10790
control.
CursorChanged
+= (sender, e) =>
10972
control.
CursorChanged
+= (sender, e) =>
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1100
add { base.
CursorChanged
+= value; }
1101
remove { base.
CursorChanged
-= value; }