1 write to _dropDownRectangle
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.SplitButton.cs (1)
201_dropDownRectangle = new Rectangle(bounds.Right - PushButtonWidth - 1, 4, PushButtonWidth, bounds.Height - 8);
4 references to _dropDownRectangle
System.Windows.Forms.Design (4)
System\ComponentModel\Design\CollectionEditor.SplitButton.cs (4)
130if (_dropDownRectangle.Contains(e.Location)) 179if (Parent is not null && Bounds.Contains(Parent.PointToClient(Cursor.Position)) && !_dropDownRectangle.Contains(mevent.Location)) 205_dropDownRectangle.X = bounds.Left + 1; 219PaintArrow(g, _dropDownRectangle);