1 write to _backgroundImage
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DragAssistanceManager.cs (1)
180_backgroundImage = backgroundImage;
5 references to _backgroundImage
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\Behavior\DragAssistanceManager.cs (5)
375if (_backgroundImage is not null) 377_graphics.DrawImage(_backgroundImage, invalidRect, invalidRect, GraphicsUnit.Pixel); 395if (_backgroundImage is not null) 397_graphics.DrawImage(_backgroundImage, invalidRect, invalidRect, GraphicsUnit.Pixel); 1211_backgroundImage?.Dispose();