13 references to SystemColorsChanged
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
7969
/// Raises the <see cref="
SystemColorsChanged
"/> event.
System.Windows.Forms.Tests (12)
System\Windows\Forms\ControlTests.Handlers.cs (8)
5305
control.
SystemColorsChanged
+= handler;
5311
control.
SystemColorsChanged
-= handler;
5339
control.
SystemColorsChanged
+= handler;
5348
control.
SystemColorsChanged
-= handler;
5375
child1.
SystemColorsChanged
+= (sender, e) =>
5381
child2.
SystemColorsChanged
+= (sender, e) =>
5389
control.
SystemColorsChanged
+= handler;
5399
control.
SystemColorsChanged
-= handler;
TrackBarTests.cs (4)
2759
control.
SystemColorsChanged
+= handler;
2765
control.
SystemColorsChanged
-= handler;
2793
control.
SystemColorsChanged
+= handler;
2802
control.
SystemColorsChanged
-= handler;