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