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)
65
if (
_region
is not null)
67
return
_region
;
80
return
_region
;
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (7)
105
_region
?.Dispose();
326
if (
_region
is null)
331
_region
.Exclude(_innerRect);
343
_region
.Intersect(_selUIsvc.RectangleToClient(handlerClip));
348
return
_region
;
358
_region
?.Dispose();
518
_region
?.Dispose();