13 references to SystemColorsChanged
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
8008
/// Raises the <see cref="
SystemColorsChanged
"/> event.
System.Windows.Forms.Tests (12)
System\Windows\Forms\ControlTests.Handlers.cs (8)
5307
control.
SystemColorsChanged
+= handler;
5313
control.
SystemColorsChanged
-= handler;
5341
control.
SystemColorsChanged
+= handler;
5350
control.
SystemColorsChanged
-= handler;
5377
child1.
SystemColorsChanged
+= (sender, e) =>
5383
child2.
SystemColorsChanged
+= (sender, e) =>
5391
control.
SystemColorsChanged
+= handler;
5401
control.
SystemColorsChanged
-= handler;
TrackBarTests.cs (4)
2761
control.
SystemColorsChanged
+= handler;
2767
control.
SystemColorsChanged
-= handler;
2795
control.
SystemColorsChanged
+= handler;
2804
control.
SystemColorsChanged
-= handler;