2 writes to ownerItem
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
123this.ownerItem = ownerItem; 812ownerItem = value;
22 references to ownerItem
System.Windows.Forms (22)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (22)
428if (ownerItem != null && ownerItem.Owner != null) { 429return ownerItem.Owner.DropDownOwnerWindow; 807get { return ownerItem; } 809if (ownerItem != value) { 817if (ownerItem != null && RightToLeftInherited && startRightToLeft != this.RightToLeft) { 832if (ownerItem != null) { 833ToolStrip owner = ownerItem.ParentInternal; 839if (ownerItem.Placement == ToolStripItemPlacement.Overflow && ownerItem.Owner != null) { 840return ownerItem.Owner.OverflowButton.DropDown; 843return ownerItem.Owner; 1207if ((ownerItem != null) && (ownerItem is ToolStripDropDownItem)) { 1208screenPoint = ((ToolStripDropDownItem)ownerItem).DropDownLocation; 1224if ((ownerItem != null) && (ownerItem is ToolStripDropDownItem) && (ParentInternal != null)) { 1225parentClientPoint = ParentInternal.PointToClient(((ToolStripDropDownItem)ownerItem).DropDownLocation); 1331if (ownerItem == null || !ownerItem.IsInDesignMode) 1400if (ownerItem == null || !ownerItem.IsInDesignMode)