7 references to DropDownButton
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (1)
528
VisualStyleElement splitButtonPart = rightToLeft ? VisualStyleElement.ToolBar.
DropDownButton
.Normal : VisualStyleElement.ToolBar.SplitButton.Normal;
System.Windows.Forms.Tests (6)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (6)
396
yield return new object[] { I(() => VisualStyleElement.ToolBar.
DropDownButton
.Normal), "TOOLBAR", 2, 1 };
397
yield return new object[] { I(() => VisualStyleElement.ToolBar.
DropDownButton
.Hot), "TOOLBAR", 2, 2 };
398
yield return new object[] { I(() => VisualStyleElement.ToolBar.
DropDownButton
.Pressed), "TOOLBAR", 2, 3 };
399
yield return new object[] { I(() => VisualStyleElement.ToolBar.
DropDownButton
.Disabled), "TOOLBAR", 2, 4 };
400
yield return new object[] { I(() => VisualStyleElement.ToolBar.
DropDownButton
.Checked), "TOOLBAR", 2, 5 };
401
yield return new object[] { I(() => VisualStyleElement.ToolBar.
DropDownButton
.HotChecked), "TOOLBAR", 2, 6 };