1 write to parent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
1661this.parent = parent;
5 references to parent
System.Windows.Forms (5)
winforms\Managed\System\WinForms\CheckedListBox.cs (5)
1691return(CheckedListBox)parent.Owner; 1707return parent; 1768if (index < parent.GetChildCount() - 1) { 1769return parent.GetChild(index + 1); 1778return parent.GetChild(index - 1);