1 write to parent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
1889parent = value;
10 references to parent
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ToolStripItem.cs (10)
1884return parent; 1887if (parent != value) { 1888ToolStrip oldParent = parent; 3949return this.Visible && this.parent != null && ((IKeyboardToolTip)this.parent).AllowsChildrenToShowToolTips(); 3958if (this.parent != null) { 3959ToolStripItemCollection items = this.parent.DisplayedItems; 3982ToolStripDropDown dropDown = this.parent as ToolStripDropDown; 3995return this.parent != null && ((IKeyboardToolTip)this.parent).HasRtlModeEnabled();