1 write to parent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
72
this.
parent
= parent;
4 references to parent
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (4)
225
return
parent
;
243
return
parent
;
835
if ((cell.Visible || (owner.
parent
.Visible && cell.ControlInDesignMode)) && cell.ToolStripPanelRow == this.owner) {
843
if ((cell.Visible || (owner.
parent
.Visible && cell.ControlInDesignMode)) && cell.ToolStripPanelRow == this.owner) {