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)
65
if (
_region
is not null)
67
return
_region
;
80
return
_region
;
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (10)
105
if (
_region
is not null)
107
_region
.Dispose();
329
if (
_region
is null)
334
_region
.Exclude(_innerRect);
346
_region
.Intersect(_selUIsvc.RectangleToClient(handlerClip));
351
return
_region
;
361
if (
_region
is not null)
363
_region
.Dispose();
524
if (
_region
is not null)
526
_region
.Dispose();