2 writes to parent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (2)
101
parent
= value;
217
parent
= null;
7 references to parent
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (7)
95
get { return
parent
; }
97
if (
parent
!= value) {
98
if (
parent
!= null) {
99
((IList)
parent
.Cells).Remove(this);
131
return
parent
;
214
if (
parent
!= null) {
215
((IList)
parent
.Cells).Remove(this);