2 references to Normal
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 (1)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (1)
396
yield return new object[] { I(() => VisualStyleElement.ToolBar.DropDownButton.
Normal
), "TOOLBAR", 2, 1 };