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