2 writes to _graphics
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1800_graphics = null; 1964_graphics ??= BehaviorService.AdornerWindowGraphics;
7 references to _graphics
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ParentControlDesigner.cs (7)
1762Debug.Assert(_graphics is null); 1781if (!offset.IsEmpty && _graphics is not null) 1788_graphics.SetClip(frameRect); 1796_graphics.ResetClip(); 1799_graphics?.Dispose(); 1967if (!_mouseDragOffset.IsEmpty && _graphics is not null) 2000DesignerUtils.DrawFrame(_graphics, newRegion, _mouseDragFrame, Control.BackColor);