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)
5307control.SystemColorsChanged += handler; 5313control.SystemColorsChanged -= handler; 5341control.SystemColorsChanged += handler; 5350control.SystemColorsChanged -= handler; 5377child1.SystemColorsChanged += (sender, e) => 5383child2.SystemColorsChanged += (sender, e) => 5391control.SystemColorsChanged += handler; 5401control.SystemColorsChanged -= handler;
TrackBarTests.cs (4)
2761control.SystemColorsChanged += handler; 2767control.SystemColorsChanged -= handler; 2795control.SystemColorsChanged += handler; 2804control.SystemColorsChanged -= handler;