9 references to DownScrollButton
System.Windows.Forms (9)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (9)
97
rect.Height -= UpScrollButton.Height + UpScrollButton.Margin.Vertical +
DownScrollButton
.Height +
DownScrollButton
.Margin.Vertical;
779
DisplayedItems.Add(
DownScrollButton
);
782
DownScrollButton
.Visible = true;
787
DownScrollButton
.Visible = false;
801
Size downSize =
DownScrollButton
.GetPreferredSize(Size.Empty);
805
DownScrollButton
.SetBounds(new Rectangle(downLocation, downSize));
825
if (
DownScrollButton
== item)
845
DownScrollButton
.Enabled = !displayRectangle.Contains(displayRectangle.X, maxY);