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