7 writes to Parent
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4190item.Parent = parent;
System.Windows.Forms.Tests (6)
System\Windows\Forms\ToolStripButtonTests.cs (1)
1741set => base.Parent = value;
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4660set => base.Parent = value;
System\Windows\Forms\ToolStripDropDownItemTests.cs (1)
530set => base.Parent = value;
System\Windows\Forms\ToolStripItemTests.cs (1)
15538set => base.Parent = value;
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
450set => base.Parent = value;
System\Windows\Forms\ToolStripSeparatorTests.cs (1)
1652set => base.Parent = value;
15 references to Parent
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStripButton.PropertyGridToolStripButtonAccessibleObject.cs (1)
54? _owningPropertyGridToolStripButton.Parent?.AccessibilityObject
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2350public ToolStrip? GetCurrentParent() => Parent;
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemAccessibleObject.cs (2)
325return (Owner.Parent is not null) ? Owner.Parent.AccessibilityObject : base.Parent;
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.cs (2)
256ToolStrip? parent = Parent; 271ToolStrip? parent = Parent;
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.StickyLabelAccessibleObject.cs (1)
22if (_owner.OwnerScrollButton?.Parent is not ToolStripDropDownMenu toolStripDropDownMenu)
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignerToolStripControlHost.cs (2)
47if (Parent is null) 52Point loc = _behaviorService.ControlToAdornerWindow(Parent);
System.Windows.Forms.Tests (6)
System\Windows\Forms\ToolStripButtonTests.cs (1)
1740get => base.Parent;
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4659get => base.Parent;
System\Windows\Forms\ToolStripDropDownItemTests.cs (1)
529get => base.Parent;
System\Windows\Forms\ToolStripItemTests.cs (1)
15537get => base.Parent;
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
449get => base.Parent!;
System\Windows\Forms\ToolStripSeparatorTests.cs (1)
1651get => base.Parent;