21 references to BackColorChanged
System.Windows.Forms.Tests (21)
System\Windows\Forms\ToolStripControlHostTests.cs (5)
296item.BackColorChanged += handler; 314item.BackColorChanged -= handler; 546item.BackColorChanged += (sender, e) => callCount++; 3293item.BackColorChanged += (sender, e) => 3981item.BackColorChanged += (sender, e) => backColorChangedCallCount++;
System\Windows\Forms\ToolStripItemTests.cs (16)
1711item.BackColorChanged += handler; 1729item.BackColorChanged -= handler; 10622item.BackColorChanged += handler; 10627item.BackColorChanged -= handler; 10650item.BackColorChanged += handler; 10656item.BackColorChanged -= handler; 10688item.BackColorChanged += handler; 10697item.BackColorChanged -= handler; 10724item.BackColorChanged += handler; 10730item.BackColorChanged -= handler; 10762item.BackColorChanged += handler; 10771item.BackColorChanged -= handler; 12503item.BackColorChanged += handler; 12507item.BackColorChanged -= handler; 12509item.BackColorChanged += handler; 12514item.BackColorChanged -= handler;