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)
375
if (
_backgroundImage
is not null)
377
_graphics.DrawImage(
_backgroundImage
, invalidRect, invalidRect, GraphicsUnit.Pixel);
395
if (
_backgroundImage
is not null)
397
_graphics.DrawImage(
_backgroundImage
, invalidRect, invalidRect, GraphicsUnit.Pixel);
1211
_backgroundImage
?.Dispose();