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