9 references to DownScrollButton
System.Windows.Forms (9)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (9)
97rect.Height -= UpScrollButton.Height + UpScrollButton.Margin.Vertical + DownScrollButton.Height + DownScrollButton.Margin.Vertical; 779DisplayedItems.Add(DownScrollButton); 782DownScrollButton.Visible = true; 787DownScrollButton.Visible = false; 801Size downSize = DownScrollButton.GetPreferredSize(Size.Empty); 805DownScrollButton.SetBounds(new Rectangle(downLocation, downSize)); 825if (DownScrollButton == item) 845DownScrollButton.Enabled = !displayRectangle.Contains(displayRectangle.X, maxY);