4 references to DropDownArrows
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolBar.cs (2)
577if (DropDownArrows != value) { 1294if (DropDownArrows)
winforms\Managed\System\WinForms\ToolBarButton.cs (2)
499if (style == ToolBarButtonStyle.DropDownButton && this.parent.DropDownArrows) { 749if (style == ToolBarButtonStyle.DropDownButton && parent != null && parent.DropDownArrows) {