3 references to Normal
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (2)
383if (ToolStripManager.VisualStylesEnabled && VisualStyleRenderer.IsElementDefined(VisualStyleElement.Rebar.Chevron.Normal)) 385VisualStyleElement chevronElement = VisualStyleElement.Rebar.Chevron.Normal;
System.Windows.Forms.Tests (1)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (1)
321yield return new object[] { I(() => VisualStyleElement.Rebar.Chevron.Normal), "REBAR", 4, 1 };