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