1 write to _parent
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
1540_parent = value;
10 references to _parent
System.Windows.Forms (10)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (10)
1534get => _parent; 1537if (_parent != value) 1539ToolStrip? oldParent = _parent; 3550=> Visible && _parent is not null && ((IKeyboardToolTip)_parent).AllowsChildrenToShowToolTips(); 3557if (_parent is not null) 3559ToolStripItemCollection items = _parent.DisplayedItems; 3588if (_parent is ToolStripDropDown dropDown && dropDown.OwnerItem is not null) 3600=> _parent is not null && ((IKeyboardToolTip)_parent).HasRtlModeEnabled();