13 references to UpScrollButton
System.Windows.Forms (13)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (13)
96rect.Y += UpScrollButton.Height + UpScrollButton.Margin.Vertical; 97rect.Height -= UpScrollButton.Height + UpScrollButton.Margin.Vertical + DownScrollButton.Height + DownScrollButton.Margin.Vertical; 747if ((up && !UpScrollButton.Enabled) || (!up && !DownScrollButton.Enabled)) 805DisplayedItems.Insert(0, UpScrollButton); 808UpScrollButton.Visible = true; 813UpScrollButton.Visible = false; 822Size upSize = UpScrollButton.GetPreferredSize(Size.Empty); 826UpScrollButton.SetBounds(new Rectangle(upLocation, upSize)); 852if (UpScrollButton == item) 886UpScrollButton.Enabled = false; 894UpScrollButton.Enabled = _indexOfFirstDisplayedItem > firstAvailableItemIndex;