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