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