7 references to DrawPath
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
735
DrawPath
(pen, path);
System.Windows.Forms (6)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\FlatButtonDarkModeRenderer.cs (1)
106
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\PopupButtonDarkModeRenderer.cs (1)
84
graphics.
DrawPath
(focusPen, focusPath);
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (3)
66
graphics.
DrawPath
(focusPen, focusPath);
177
graphics.
DrawPath
(topLeftPen, GetTopLeftSegmentPath(borderRect, CornerRadius));
181
graphics.
DrawPath
(bottomRightPen, GetBottomRightSegmentPath(borderRect, CornerRadius));