2 references to 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 };