7 writes to Parent
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4077item.Parent = parent;
System.Windows.Forms.Tests (6)
System\Windows\Forms\ToolStripButtonTests.cs (1)
1743set => base.Parent = value;
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4662set => base.Parent = value;
System\Windows\Forms\ToolStripDropDownItemTests.cs (1)
532set => base.Parent = value;
System\Windows\Forms\ToolStripItemTests.cs (1)
15520set => base.Parent = value;
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
448set => base.Parent = value;
System\Windows\Forms\ToolStripSeparatorTests.cs (1)
1654set => 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)
2326public 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)
1742get => base.Parent;
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4661get => base.Parent;
System\Windows\Forms\ToolStripDropDownItemTests.cs (1)
531get => base.Parent;
System\Windows\Forms\ToolStripItemTests.cs (1)
15519get => base.Parent;
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
447get => base.Parent!;
System\Windows\Forms\ToolStripSeparatorTests.cs (1)
1653get => base.Parent;