17 references to DrawPath
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
735
DrawPath
(pen, path);
System.Windows.Forms (16)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\FlatButtonDarkModeRenderer.cs (1)
116
g.
DrawPath
(pen, path);
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\IButtonRenderer.cs (1)
26
graphics.
DrawPath
(borderPen, path);
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (2)
204
graphics.
DrawPath
(topLeftPen, GetTopLeftSegmentPath(borderRect, CornerRadius));
208
graphics.
DrawPath
(bottomRightPen, GetBottomRightSegmentPath(borderRect, CornerRadius));
System\Windows\Forms\Controls\ComboBox\ComboBox.ModernComboAdapter.cs (1)
403
graphics.
DrawPath
(pen, path);
System\Windows\Forms\Controls\GroupBox\GroupBox.Modern.cs (2)
370
e.Graphics.
DrawPath
(borderPen, path);
474
graphics.
DrawPath
(pen, path);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2749
offscreenGraphics.
DrawPath
(adornerPen, roundedBodyPath);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
1129
graphics.
DrawPath
(adornerPen, bodyPath);
System\Windows\Forms\ParentBackgroundRenderer.cs (1)
85
graphics.
DrawPath
(pen, outline);
System\Windows\Forms\Rendering\Animation\AnimatedFocusIndicatorRenderer.cs (1)
119
graphics.
DrawPath
(focusPen, focusPath);
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (3)
262
graphics.
DrawPath
(lipPen, bowlPath);
286
graphics.
DrawPath
(borderPen, borderPath);
310
graphics.
DrawPath
(focusPen, focusPath);
System\Windows\Forms\Rendering\CheckBox\AnimatedCheckGlyphRenderer.cs (1)
148
graphics.
DrawPath
(pen, path);
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (1)
253
graphics.
DrawPath
(backgroundPen, path);