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; 3549=> Visible && _parent is not null && ((IKeyboardToolTip)_parent).AllowsChildrenToShowToolTips(); 3556if (_parent is not null) 3558ToolStripItemCollection items = _parent.DisplayedItems; 3587if (_parent is ToolStripDropDown dropDown && dropDown.OwnerItem is not null) 3599=> _parent is not null && ((IKeyboardToolTip)_parent).HasRtlModeEnabled();