1 write to _parent
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
1543_parent = value;
10 references to _parent
System.Windows.Forms (10)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (10)
1537get => _parent; 1540if (_parent != value) 1542ToolStrip? oldParent = _parent; 3592=> Visible && _parent is not null && ((IKeyboardToolTip)_parent).AllowsChildrenToShowToolTips(); 3599if (_parent is not null) 3601ToolStripItemCollection items = _parent.DisplayedItems; 3630if (_parent is ToolStripDropDown dropDown && dropDown.OwnerItem is not null) 3642=> _parent is not null && ((IKeyboardToolTip)_parent).HasRtlModeEnabled();