7 references to RaisedInner
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGrid.cs (3)
7133ControlPaint.DrawBorder3D(g, boundingRect, Border3DStyle.RaisedInner); 7266ControlPaint.DrawBorder3D(g, textBounds, Border3DStyle.RaisedInner); 7344ControlPaint.DrawBorder3D(g, layout.TopLeftHeader, Border3DStyle.RaisedInner);
winforms\Managed\System\WinForms\DataGridCaption.cs (2)
512backPressed ? Border3DStyle.SunkenInner : Border3DStyle.RaisedInner); 530downPressed ? Border3DStyle.SunkenInner : Border3DStyle.RaisedInner);
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
592ControlPaint.DrawBorder3D(g, insideBounds, Border3DStyle.RaisedInner);
winforms\Managed\System\WinForms\ToolStripStatusLabel.cs (1)
117(int)Border3DStyle.RaisedInner,