1 write to owner
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
4438
this.
owner
= owner;
3 references to owner
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListBox.cs (3)
4462
if (this.
owner
.IsHandleCreated && IsChildIdValid(this.childId, this.
owner
.AccessibilityObject.GetSystemIAccessibleInternal())) {
4463
this.
owner
.TopIndex = this.childId - 1;