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)
1709item.BackColorChanged += handler; 1727item.BackColorChanged -= handler; 10620item.BackColorChanged += handler; 10625item.BackColorChanged -= handler; 10648item.BackColorChanged += handler; 10654item.BackColorChanged -= handler; 10686item.BackColorChanged += handler; 10695item.BackColorChanged -= handler; 10722item.BackColorChanged += handler; 10728item.BackColorChanged -= handler; 10760item.BackColorChanged += handler; 10769item.BackColorChanged -= handler; 12501item.BackColorChanged += handler; 12505item.BackColorChanged -= handler; 12507item.BackColorChanged += handler; 12512item.BackColorChanged -= handler;