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)
1761
Debug.Assert(
_graphics
is null);
1780
if (!offset.IsEmpty &&
_graphics
is not null)
1787
_graphics
.SetClip(frameRect);
1795
_graphics
.ResetClip();
1798
if (
_graphics
is not null)
1800
_graphics
.Dispose();
1972
if (!_mouseDragOffset.IsEmpty &&
_graphics
is not null)
2005
DesignerUtils.DrawFrame(
_graphics
, newRegion, _mouseDragFrame, Control.BackColor);