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