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