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)
1786int frameWidth = FrameWidth(_mouseDragFrame); 1982int frameWidth = FrameWidth(_mouseDragFrame); 2005DesignerUtils.DrawFrame(_graphics, newRegion, _mouseDragFrame, Control.BackColor);