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; 778DisplayedItems.Add(DownScrollButton); 781DownScrollButton.Visible = true; 786DownScrollButton.Visible = false; 800Size downSize = DownScrollButton.GetPreferredSize(Size.Empty); 804DownScrollButton.SetBounds(new Rectangle(downLocation, downSize)); 824if (DownScrollButton == item) 844DownScrollButton.Enabled = !displayRectangle.Contains(displayRectangle.X, maxY);