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