21 references to BackColorChanged
System.Windows.Forms.Tests (21)
System\Windows\Forms\ToolStripControlHostTests.cs (5)
294item.BackColorChanged += handler; 312item.BackColorChanged -= handler; 544item.BackColorChanged += (sender, e) => callCount++; 3291item.BackColorChanged += (sender, e) => 3979item.BackColorChanged += (sender, e) => backColorChangedCallCount++;
System\Windows\Forms\ToolStripItemTests.cs (16)
1710item.BackColorChanged += handler; 1728item.BackColorChanged -= handler; 10640item.BackColorChanged += handler; 10645item.BackColorChanged -= handler; 10668item.BackColorChanged += handler; 10674item.BackColorChanged -= handler; 10706item.BackColorChanged += handler; 10715item.BackColorChanged -= handler; 10742item.BackColorChanged += handler; 10748item.BackColorChanged -= handler; 10780item.BackColorChanged += handler; 10789item.BackColorChanged -= handler; 12521item.BackColorChanged += handler; 12525item.BackColorChanged -= handler; 12527item.BackColorChanged += handler; 12532item.BackColorChanged -= handler;