7 writes to _region
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\SelectionUIService.ContainerSelectionUIItem.cs (2)
73_region = new(rect); 77_region = new(Rectangle.Empty);
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (5)
106_region = null; 330_region = new(_outerRect); 335_region = new(Rectangle.Empty); 359_region = null; 519_region = null;
10 references to _region
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\SelectionUIService.ContainerSelectionUIItem.cs (3)
65if (_region is not null) 67return _region; 80return _region;
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (7)
105_region?.Dispose(); 326if (_region is null) 331_region.Exclude(_innerRect); 343_region.Intersect(_selUIsvc.RectangleToClient(handlerClip)); 348return _region; 358_region?.Dispose(); 518_region?.Dispose();