8 references to Edges
System.Windows.Forms (8)
_generated\1\Validation.cs (2)
762
public static void Validate(System.Windows.Forms.VisualStyles.
Edges
enumToValidate, string parameterName = "value")
766
ReportEnumValidationError(parameterName, intValue, typeof(System.Windows.Forms.VisualStyles.
Edges
));
System\Windows\Forms\Controls\TrackBar\TrackBarRenderer.cs (4)
120
t_visualStyleRenderer.DrawEdge(g, new Rectangle(bounds.X, bounds.Y, LineWidth, bounds.Height),
Edges
.Left, edgeStyle, EdgeEffects.None);
130
t_visualStyleRenderer.DrawEdge(g, new Rectangle((int)Math.Round(x), bounds.Y, LineWidth, bounds.Height),
Edges
.Left, edgeStyle, EdgeEffects.None);
150
t_visualStyleRenderer.DrawEdge(g, new Rectangle(bounds.X, bounds.Y, bounds.Width, LineWidth),
Edges
.Top, edgeStyle, EdgeEffects.None);
160
t_visualStyleRenderer.DrawEdge(g, new Rectangle(bounds.X, (int)Math.Round(y), bounds.Width, LineWidth),
Edges
.Top, edgeStyle, EdgeEffects.None);
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (2)
267
public Rectangle DrawEdge(IDeviceContext dc, Rectangle bounds,
Edges
edges, EdgeStyle style, EdgeEffects effects)
275
internal unsafe Rectangle DrawEdge(HDC dc, Rectangle bounds,
Edges
edges, EdgeStyle style, EdgeEffects effects)