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