1 write to parent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
1889
parent
= value;
10 references to parent
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ToolStripItem.cs (10)
1884
return
parent
;
1887
if (
parent
!= value) {
1888
ToolStrip oldParent =
parent
;
3949
return this.Visible && this.
parent
!= null && ((IKeyboardToolTip)this.
parent
).AllowsChildrenToShowToolTips();
3958
if (this.
parent
!= null) {
3959
ToolStripItemCollection items = this.
parent
.DisplayedItems;
3982
ToolStripDropDown dropDown = this.
parent
as ToolStripDropDown;
3995
return this.
parent
!= null && ((IKeyboardToolTip)this.
parent
).HasRtlModeEnabled();