15 references to Rebar
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (6)
218
else if (ToolStripManager.VisualStylesEnabled && VisualStyleRenderer.IsElementDefined(VisualStyleElement.
Rebar
.Band.Normal))
282
if (ToolStripManager.VisualStylesEnabled && VisualStyleRenderer.IsElementDefined(VisualStyleElement.
Rebar
.Gripper.Normal))
288
vsRenderer.SetParameters(VisualStyleElement.
Rebar
.Gripper.Normal);
295
vsRenderer.SetParameters(VisualStyleElement.
Rebar
.GripperVertical.Normal);
383
if (ToolStripManager.VisualStylesEnabled && VisualStyleRenderer.IsElementDefined(VisualStyleElement.
Rebar
.Chevron.Normal))
385
VisualStyleElement chevronElement = VisualStyleElement.
Rebar
.Chevron.Normal;
System.Windows.Forms.Tests (9)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (9)
315
yield return new object[] { I(() => VisualStyleElement.
Rebar
.Gripper.Normal), "REBAR", 1, 0 };
317
yield return new object[] { I(() => VisualStyleElement.
Rebar
.GripperVertical.Normal), "REBAR", 2, 0 };
319
yield return new object[] { I(() => VisualStyleElement.
Rebar
.Band.Normal), "REBAR", 3, 0 };
321
yield return new object[] { I(() => VisualStyleElement.
Rebar
.Chevron.Normal), "REBAR", 4, 1 };
322
yield return new object[] { I(() => VisualStyleElement.
Rebar
.Chevron.Hot), "REBAR", 4, 2 };
323
yield return new object[] { I(() => VisualStyleElement.
Rebar
.Chevron.Pressed), "REBAR", 4, 3 };
325
yield return new object[] { I(() => VisualStyleElement.
Rebar
.ChevronVertical.Normal), "REBAR", 5, 1 };
326
yield return new object[] { I(() => VisualStyleElement.
Rebar
.ChevronVertical.Hot), "REBAR", 5, 2 };
327
yield return new object[] { I(() => VisualStyleElement.
Rebar
.ChevronVertical.Pressed), "REBAR", 5, 3 };