24 references to handler
System.Windows.Forms.Tests (24)
System\Windows\Forms\PropertyGridTests.cs (24)
351control.BackColorChanged += handler; 369control.BackColorChanged -= handler; 437control.BackgroundImageChanged += handler; 462control.BackgroundImageChanged -= handler; 498control.BackgroundImageLayoutChanged += handler; 516control.BackgroundImageLayoutChanged -= handler; 1676control.ForeColorChanged += handler; 1694control.ForeColorChanged -= handler; 2288control.PaddingChanged += handler; 2308control.PaddingChanged -= handler; 3059control.TextChanged += handler; 3077control.TextChanged -= handler; 3524control.HandleCreated += handler; 3530control.HandleCreated -= handler; 3552control.HandleCreated += handler; 3558control.HandleCreated -= handler; 3578control.HandleDestroyed += handler; 3584control.HandleDestroyed -= handler; 3606control.HandleDestroyed += handler; 3612control.HandleDestroyed -= handler; 3761control.MouseEnter += handler; 3767control.MouseEnter -= handler; 3788control.MouseLeave += handler; 3794control.MouseLeave -= handler;