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; 778DisplayedItems.Insert(0, UpScrollButton); 781UpScrollButton.Visible = true; 786UpScrollButton.Visible = false; 795Size upSize = UpScrollButton.GetPreferredSize(Size.Empty); 799UpScrollButton.SetBounds(new Rectangle(upLocation, upSize)); 820if (UpScrollButton == item) 844UpScrollButton.Enabled = !displayRectangle.Contains(displayRectangle.X, minY);