3 references to Normal
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (2)
282
if (ToolStripManager.VisualStylesEnabled && VisualStyleRenderer.IsElementDefined(VisualStyleElement.Rebar.Gripper.
Normal
))
288
vsRenderer.SetParameters(VisualStyleElement.Rebar.Gripper.
Normal
);
System.Windows.Forms.Tests (1)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (1)
315
yield return new object[] { I(() => VisualStyleElement.Rebar.Gripper.
Normal
), "REBAR", 1, 0 };