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)
1762
Debug.Assert(
_graphics
is null);
1781
if (!offset.IsEmpty &&
_graphics
is not null)
1788
_graphics
.SetClip(frameRect);
1796
_graphics
.ResetClip();
1799
if (
_graphics
is not null)
1801
_graphics
.Dispose();
1973
if (!_mouseDragOffset.IsEmpty &&
_graphics
is not null)
2006
DesignerUtils.DrawFrame(
_graphics
, newRegion, _mouseDragFrame, Control.BackColor);