8 references to EdgeEffects
System.Windows.Forms (8)
_generated\1\Validation.cs (2)
779
public static void Validate(System.Windows.Forms.VisualStyles.
EdgeEffects
enumToValidate, string parameterName = "value")
783
ReportEnumValidationError(parameterName, intValue, typeof(System.Windows.Forms.VisualStyles.
EdgeEffects
));
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)