3 references to EventBackColor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
1136
Events.AddHandler(
EventBackColor
, value);
1139
Events.RemoveHandler(
EventBackColor
, value);
7979
EventHandler eh = Events[
EventBackColor
] as EventHandler;