3 references to EventBackgroundImageLayout
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
1227
Events.AddHandler(
EventBackgroundImageLayout
, value);
1230
Events.RemoveHandler(
EventBackgroundImageLayout
, value);
8037
EventHandler eh = Events[
EventBackgroundImageLayout
] as EventHandler;