3 references to s_backColorEvent
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
896
add => Events.AddHandler(
s_backColorEvent
, value);
897
remove => Events.RemoveHandler(
s_backColorEvent
, value);
6664
if (Events[
s_backColorEvent
] is EventHandler eh)