3 writes to _controlRect
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ControlDesigner.TransparentBehavior.cs (3)
37_controlRect = Rectangle.Empty; 48_controlRect = control.RectangleToScreen(control.ClientRectangle); 59_controlRect = Rectangle.Empty;
2 references to _controlRect
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.TransparentBehavior.cs (2)
71if (e is not null && _controlRect != Rectangle.Empty && !_controlRect.Contains(new Point(e.X, e.Y)))