1 write to _parent
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
1535_parent = value;
10 references to _parent
System.Windows.Forms (10)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (10)
1529get => _parent; 1532if (_parent != value) 1534ToolStrip? oldParent = _parent; 3545=> Visible && _parent is not null && ((IKeyboardToolTip)_parent).AllowsChildrenToShowToolTips(); 3552if (_parent is not null) 3554ToolStripItemCollection items = _parent.DisplayedItems; 3583if (_parent is ToolStripDropDown dropDown && dropDown.OwnerItem is not null) 3595=> _parent is not null && ((IKeyboardToolTip)_parent).HasRtlModeEnabled();