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