11 references to UpScrollButton
System.Windows.Forms (11)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (11)
96rect.Y += UpScrollButton.Height + UpScrollButton.Margin.Vertical; 97rect.Height -= UpScrollButton.Height + UpScrollButton.Margin.Vertical + DownScrollButton.Height + DownScrollButton.Margin.Vertical; 777DisplayedItems.Insert(0, UpScrollButton); 780UpScrollButton.Visible = true; 785UpScrollButton.Visible = false; 794Size upSize = UpScrollButton.GetPreferredSize(Size.Empty); 798UpScrollButton.SetBounds(new Rectangle(upLocation, upSize)); 819if (UpScrollButton == item) 843UpScrollButton.Enabled = !displayRectangle.Contains(displayRectangle.X, minY);