1 write to Parent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
4187item.Parent = parent;
8 references to Parent
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (3)
808if (AccessibilityImprovements.Level3 && owner.Parent != null && (owner.Parent.IsInDesignMode || owner.Parent.IsTopInDesignMode)) {
winforms\Managed\System\WinForms\ToolStripItem.cs (3)
2701return this.Parent; 4428return (Owner.Parent != null) ? Owner.Parent.AccessibilityObject : base.Parent;
winforms\Managed\System\WinForms\ToolStripLabel.cs (2)
229ToolStrip parent = this.Parent; 241ToolStrip parent = this.Parent;