2 writes to _parent
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (2)
105_parent = value; 242_parent = null;
7 references to _parent
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (7)
95get { return _parent; } 98if (_parent != value) 100if (_parent is not null) 102((IList)_parent.Cells).Remove(this); 140return _parent; 237if (_parent is not null) 239((IList)_parent.Cells).Remove(this);