4 references to Status
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (1)
5064sizeGripRenderer = new VisualStyleRenderer(VisualStyleElement.Status.Gripper.Normal);
winforms\Managed\System\WinForms\StatusBar.cs (2)
102thisElement = VisualStyleElement.Status.GripperPane.Normal; 108thisElement = VisualStyleElement.Status.Gripper.Normal;
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (1)
687vsRenderer.SetParameters(VisualStyleElement.Status.Bar.Normal);