2 writes to _graphics
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1801_graphics = null; 1969_graphics ??= BehaviorService.AdornerWindowGraphics;
8 references to _graphics
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ParentControlDesigner.cs (8)
1761Debug.Assert(_graphics is null); 1780if (!offset.IsEmpty && _graphics is not null) 1787_graphics.SetClip(frameRect); 1795_graphics.ResetClip(); 1798if (_graphics is not null) 1800_graphics.Dispose(); 1972if (!_mouseDragOffset.IsEmpty && _graphics is not null) 2005DesignerUtils.DrawFrame(_graphics, newRegion, _mouseDragFrame, Control.BackColor);