1 write to _mouseDragFrame
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1726
_mouseDragFrame
= (_mouseDragTool is null) ? FrameStyle.Dashed : FrameStyle.Thick;
3 references to _mouseDragFrame
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ParentControlDesigner.cs (3)
1787
int frameWidth = FrameWidth(
_mouseDragFrame
);
1983
int frameWidth = FrameWidth(
_mouseDragFrame
);
2006
DesignerUtils.DrawFrame(_graphics, newRegion,
_mouseDragFrame
, Control.BackColor);