3 writes to _textRegion
System.Windows.Forms (3)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (3)
519
_textRegion
= null;
554
_textRegion
= textRegions[^1];
597
_textRegion
= visualRegion;
3 references to _textRegion
System.Windows.Forms (3)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (3)
515
return
_textRegion
;
518
_textRegion
?.Dispose();
601
return
_textRegion
;