9 references to DownScrollButton
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (9)
140rect.Height -= UpScrollButton.Height + UpScrollButton.Margin.Vertical + DownScrollButton.Height + DownScrollButton.Margin.Vertical; 765this.DisplayedItems.Add(DownScrollButton); 768DownScrollButton.Visible = true; 772DownScrollButton.Visible = false; 785Size downSize = DownScrollButton.GetPreferredSize(Size.Empty); 789DownScrollButton.SetBounds(new Rectangle(downLocation, downSize)); 806if (DownScrollButton == item) { 823DownScrollButton.Enabled = !displayRectangle.Contains(displayRectangle.X, maxY);