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)
1529
get =>
_parent
;
1532
if (
_parent
!= value)
1534
ToolStrip? oldParent =
_parent
;
3549
=> Visible &&
_parent
is not null && ((IKeyboardToolTip)
_parent
).AllowsChildrenToShowToolTips();
3556
if (
_parent
is not null)
3558
ToolStripItemCollection items =
_parent
.DisplayedItems;
3587
if (
_parent
is ToolStripDropDown dropDown && dropDown.OwnerItem is not null)
3599
=>
_parent
is not null && ((IKeyboardToolTip)
_parent
).HasRtlModeEnabled();