11 references to UpScrollButton
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (11)
139
rect.Y +=
UpScrollButton
.Height +
UpScrollButton
.Margin.Vertical;
140
rect.Height -=
UpScrollButton
.Height +
UpScrollButton
.Margin.Vertical + DownScrollButton.Height + DownScrollButton.Margin.Vertical;
764
this.DisplayedItems.Add(
UpScrollButton
);
767
UpScrollButton
.Visible = true;
771
UpScrollButton
.Visible = false;
779
Size upSize =
UpScrollButton
.GetPreferredSize(Size.Empty);
783
UpScrollButton
.SetBounds(new Rectangle(upLocation, upSize));
803
if (
UpScrollButton
== item) {
822
UpScrollButton
.Enabled = !displayRectangle.Contains(displayRectangle.X, minY);