2 writes to _parent
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (2)
107_parent = value; 244_parent = null;
7 references to _parent
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (7)
97get { return _parent; } 100if (_parent != value) 102if (_parent is not null) 104((IList)_parent.Cells).Remove(this); 142return _parent; 239if (_parent is not null) 241((IList)_parent.Cells).Remove(this);