11 references to AntiAlias
System.Drawing.Common (2)
System\Drawing\Graphics.cs (1)
383
if (value is < Drawing2D.SmoothingMode.Invalid or > Drawing2D.SmoothingMode.
AntiAlias
)
System\Drawing\Printing\PreviewPrintController.cs (1)
96
_graphics.SmoothingMode = Drawing2D.SmoothingMode.
AntiAlias
;
System.Windows.Forms (9)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ButtonDarkModeAdapter.cs (3)
80
g.SmoothingMode = Drawing.Drawing2D.SmoothingMode.
AntiAlias
;
120
g.SmoothingMode = Drawing.Drawing2D.SmoothingMode.
AntiAlias
;
158
g.SmoothingMode = Drawing.Drawing2D.SmoothingMode.
AntiAlias
;
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\FlatButtonDarkModeRenderer.cs (2)
82
g.SmoothingMode = SmoothingMode.
AntiAlias
;
99
g.SmoothingMode = SmoothingMode.
AntiAlias
;
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\PopupButtonDarkModeRenderer.cs (1)
130
graphics.SmoothingMode = SmoothingMode.
AntiAlias
;
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (1)
173
graphics.SmoothingMode = SmoothingMode.
AntiAlias
;
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
1070
g.SmoothingMode = SmoothingMode.
AntiAlias
;
System\Windows\Forms\Rendering\ControlPaint_ModernControlButtonRenderer.cs (1)
83
graphics.SmoothingMode = SmoothingMode.
AntiAlias
;