2 writes to owner
System.Windows.Forms (2)
winforms\Managed\System\WinForms\LinkLabel.cs (2)
2421
this.
owner
= owner;
2514
owner
= value;
17 references to owner
System.Windows.Forms (17)
winforms\Managed\System\WinForms\LinkLabel.cs (17)
2451
if (
owner
!= null) {
2452
owner
.OverrideCursor = null;
2456
if (
owner
!= null) {
2457
owner
.InvalidateLink(this);
2470
if (
owner
!= null && !String.IsNullOrEmpty(
owner
.Text)) {
2471
StringInfo stringInfo = new StringInfo(
owner
.Text);
2483
if (
owner
!= null) {
2484
owner
.InvalidateTextLayout();
2485
owner
.Invalidate();
2511
return
owner
;
2556
if (
owner
!= null) {
2557
owner
.links.Sort(LinkLabel.linkComparer);
2558
owner
.InvalidateTextLayout();
2559
owner
.Invalidate();
2602
if (old != Visited &&
owner
!= null) {
2603
owner
.InvalidateLink(this);