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