3 writes to textRegion
System.Windows.Forms (3)
winforms\Managed\System\WinForms\LinkLabel.cs (3)
634
this.
textRegion
= null;
674
this.
textRegion
= textRegions[textRegions.Length - 1];
713
this.
textRegion
= visualRegion;
5 references to textRegion
System.Windows.Forms (5)
winforms\Managed\System\WinForms\LinkLabel.cs (5)
632
if (this.
textRegion
!= null) {
633
this.
textRegion
.Dispose();
1218
e.Graphics.ExcludeClip(this.
textRegion
);
1241
e.Graphics.IntersectClip(this.
textRegion
);
1476
g.IntersectClip(this.
textRegion
);