1 write to _ownerItem
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownButton.ToolStripDropDownButtonInternalLayout.cs (1)
28_ownerItem = ownerItem;
8 references to _ownerItem
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownButton.ToolStripDropDownButtonInternalLayout.cs (8)
34if (_ownerItem.ShowDropDownArrow) 36if (_ownerItem.TextDirection == ToolStripTextDirection.Horizontal) 53if (_ownerItem.ShowDropDownArrow) 55if (_ownerItem.TextDirection == ToolStripTextDirection.Horizontal) 62if (_ownerItem.RightToLeft == RightToLeft.Yes) 66_dropDownArrowRect = new Rectangle(_dropDownArrowPadding.Left, 0, s_dropDownArrowSize.Width, _ownerItem.Bounds.Height); 71_dropDownArrowRect = new Rectangle(options.Client.Right, 0, s_dropDownArrowSize.Width, _ownerItem.Bounds.Height); 82_dropDownArrowRect = new Rectangle(0, options.Client.Bottom + _dropDownArrowPadding.Top, _ownerItem.Bounds.Width - 1, s_dropDownArrowSize.Height);