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)
3917
control.
CursorChanged
+= handler;
3942
control.
CursorChanged
-= handler;
3978
control.
CursorChanged
+= handler;
3979
child1.
CursorChanged
+= childHandler1;
3980
child2.
CursorChanged
+= childHandler2;
4021
control.
CursorChanged
-= handler;
4022
child1.
CursorChanged
-= childHandler1;
4023
child2.
CursorChanged
-= childHandler2;
4071
control.
CursorChanged
+= handler;
4072
child1.
CursorChanged
+= childHandler1;
4073
child2.
CursorChanged
+= childHandler2;
4114
control.
CursorChanged
-= handler;
4115
child1.
CursorChanged
-= childHandler1;
4116
child2.
CursorChanged
-= childHandler2;
10792
control.
CursorChanged
+= (sender, e) =>
10974
control.
CursorChanged
+= (sender, e) =>
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1094
add { base.
CursorChanged
+= value; }
1095
remove { base.
CursorChanged
-= value; }