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