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)
5305control.SystemColorsChanged += handler; 5311control.SystemColorsChanged -= handler; 5339control.SystemColorsChanged += handler; 5348control.SystemColorsChanged -= handler; 5375child1.SystemColorsChanged += (sender, e) => 5381child2.SystemColorsChanged += (sender, e) => 5389control.SystemColorsChanged += handler; 5399control.SystemColorsChanged -= handler;
TrackBarTests.cs (4)
2759control.SystemColorsChanged += handler; 2765control.SystemColorsChanged -= handler; 2793control.SystemColorsChanged += handler; 2802control.SystemColorsChanged -= handler;