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