3 writes to _textRegion
System.Windows.Forms (3)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (3)
531
_textRegion
= null;
566
_textRegion
= textRegions[^1];
609
_textRegion
= visualRegion;
3 references to _textRegion
System.Windows.Forms (3)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (3)
527
return
_textRegion
;
530
_textRegion
?.Dispose();
613
return
_textRegion
;