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)
108_region = null; 333_region = new(_outerRect); 338_region = new(Rectangle.Empty); 364_region = null; 527_region = null;
13 references to _region
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\SelectionUIService.ContainerSelectionUIItem.cs (3)
65if (_region is not null) 67return _region; 80return _region;
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (10)
105if (_region is not null) 107_region.Dispose(); 329if (_region is null) 334_region.Exclude(_innerRect); 346_region.Intersect(_selUIsvc.RectangleToClient(handlerClip)); 351return _region; 361if (_region is not null) 363_region.Dispose(); 524if (_region is not null) 526_region.Dispose();