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