9 references to AddRoundedRectangle
System.Windows.Forms (9)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\FlatButtonDarkModeRenderer.cs (1)
113
path.
AddRoundedRectangle
(rect, s_corner);
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\PopupButtonDarkModeRenderer.cs (1)
206
path.
AddRoundedRectangle
(
System\Windows\Forms\Controls\ComboBox\ComboBox.ModernComboAdapter.cs (1)
441
path.
AddRoundedRectangle
(
System\Windows\Forms\Controls\GroupBox\GroupBox.Modern.cs (1)
491
path.
AddRoundedRectangle
(bounds, new Size(radius, radius));
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2747
roundedBodyPath.
AddRoundedRectangle
(deflatedBounds, new Size(cornerRadius, cornerRadius));
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
1127
bodyPath.
AddRoundedRectangle
(deflatedBounds, new Size(cornerRadius, cornerRadius));
System\Windows\Forms\ParentBackgroundRenderer.cs (1)
82
outline.
AddRoundedRectangle
(outerBounds, outerRadius);
System\Windows\Forms\Rendering\Animation\AnimatedFocusIndicatorRenderer.cs (1)
115
focusPath.
AddRoundedRectangle
(bounds, new Size(cornerSize, cornerSize));
System\Windows\Forms\Rendering\CheckBox\AnimatedCheckGlyphRenderer.cs (1)
255
path.
AddRoundedRectangle
(bounds, new Size(radius, radius));