2 instantiations of ToolStripScrollButton
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (2)
107=> _downScrollButton ??= new ToolStripScrollButton(false) { ParentInternal = this }; 201=> _upScrollButton ??= new ToolStripScrollButton(true) { ParentInternal = this };
9 references to ToolStripScrollButton
System.Windows.Forms (9)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.ToolStripAccessibleObject.cs (2)
181if (item is ToolStripControlHost controlHostItem and not ToolStripScrollButton) 306items = placement == ToolStripItemPlacement.Main || child.Owner is ToolStripScrollButton
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (4)
23private ToolStripScrollButton? _upScrollButton; 24private ToolStripScrollButton? _downScrollButton; 106internal ToolStripScrollButton DownScrollButton 200internal ToolStripScrollButton UpScrollButton
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.cs (2)
51typeof(ToolStripScrollButton), 58typeof(ToolStripScrollButton),
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.StickyLabel.cs (1)
17internal ToolStripScrollButton? OwnerScrollButton { get; set; }