30 references to DRAW_EDGE_FLAGS
System.Windows.Forms (24)
System\Windows\Forms\Rendering\Border3DSide.cs (5)
15Left = (int)DRAW_EDGE_FLAGS.BF_LEFT, 20Top = (int)DRAW_EDGE_FLAGS.BF_TOP, 25Right = (int)DRAW_EDGE_FLAGS.BF_RIGHT, 30Bottom = (int)DRAW_EDGE_FLAGS.BF_BOTTOM, 36Middle = (int)DRAW_EDGE_FLAGS.BF_MIDDLE,
System\Windows\Forms\Rendering\Border3DStyle.cs (2)
15Adjust = (int)DRAW_EDGE_FLAGS.BF_ADJUST, 30Flat = (int)DRAW_EDGE_FLAGS.BF_FLAT | (int)DRAWEDGE_FLAGS.EDGE_SUNKEN,
System\Windows\Forms\Rendering\ControlPaint.cs (5)
1060DRAW_EDGE_FLAGS flags = (DRAW_EDGE_FLAGS)sides | (DRAW_EDGE_FLAGS)((uint)style & ~0x0F); 1067if (flags.HasFlag((DRAW_EDGE_FLAGS)Border3DStyle.Adjust)) 1074flags &= ~(DRAW_EDGE_FLAGS)Border3DStyle.Adjust;
System\Windows\Forms\VisualStyles\EdgeEffects.cs (4)
10FillInterior = (int)DRAW_EDGE_FLAGS.BF_MIDDLE, 11Flat = (int)DRAW_EDGE_FLAGS.BF_FLAT, 12Soft = (int)DRAW_EDGE_FLAGS.BF_SOFT, 13Mono = (int)DRAW_EDGE_FLAGS.BF_MONO,
System\Windows\Forms\VisualStyles\Edges.cs (5)
9Left = (int)DRAW_EDGE_FLAGS.BF_LEFT, 10Top = (int)DRAW_EDGE_FLAGS.BF_TOP, 11Right = (int)DRAW_EDGE_FLAGS.BF_RIGHT, 12Bottom = (int)DRAW_EDGE_FLAGS.BF_BOTTOM, 13Diagonal = (int)DRAW_EDGE_FLAGS.BF_DIAGONAL,
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (3)
289(DRAW_EDGE_FLAGS)edges | (DRAW_EDGE_FLAGS)effects | DRAW_EDGE_FLAGS.BF_ADJUST,
System.Windows.Forms.Primitives (6)
Windows.Win32.PInvoke.USER32.dll.g.cs (3)
663 /// <inheritdoc cref="DrawEdge(winmdroot.Graphics.Gdi.HDC, winmdroot.Foundation.RECT*, winmdroot.Graphics.Gdi.DRAWEDGE_FLAGS, winmdroot.Graphics.Gdi.DRAW_EDGE_FLAGS)"/> 665 internal static unsafe winmdroot.Foundation.BOOL DrawEdge(winmdroot.Graphics.Gdi.HDC hdc, ref winmdroot.Foundation.RECT qrc, winmdroot.Graphics.Gdi.DRAWEDGE_FLAGS edge, winmdroot.Graphics.Gdi.DRAW_EDGE_FLAGS grfFlags) 691 internal static extern unsafe winmdroot.Foundation.BOOL DrawEdge(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Foundation.RECT* qrc, winmdroot.Graphics.Gdi.DRAWEDGE_FLAGS edge, winmdroot.Graphics.Gdi.DRAW_EDGE_FLAGS grfFlags);
Windows.Win32.PInvoke.UXTHEME.dll.g.cs (3)
84 /// <inheritdoc cref="DrawThemeEdge(winmdroot.UI.Controls.HTHEME, winmdroot.Graphics.Gdi.HDC, int, int, winmdroot.Foundation.RECT*, winmdroot.Graphics.Gdi.DRAWEDGE_FLAGS, winmdroot.Graphics.Gdi.DRAW_EDGE_FLAGS, winmdroot.Foundation.RECT*)"/> 86 internal static unsafe winmdroot.Foundation.HRESULT DrawThemeEdge(winmdroot.UI.Controls.HTHEME hTheme, winmdroot.Graphics.Gdi.HDC hdc, int iPartId, int iStateId, in winmdroot.Foundation.RECT pDestRect, winmdroot.Graphics.Gdi.DRAWEDGE_FLAGS uEdge, winmdroot.Graphics.Gdi.DRAW_EDGE_FLAGS uFlags, winmdroot.Foundation.RECT* pContentRect) 134 internal static extern unsafe winmdroot.Foundation.HRESULT DrawThemeEdge(winmdroot.UI.Controls.HTHEME hTheme, winmdroot.Graphics.Gdi.HDC hdc, int iPartId, int iStateId, winmdroot.Foundation.RECT* pDestRect, winmdroot.Graphics.Gdi.DRAWEDGE_FLAGS uEdge, winmdroot.Graphics.Gdi.DRAW_EDGE_FLAGS uFlags, [Optional] winmdroot.Foundation.RECT* pContentRect);