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