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