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