22 references to AntiAlias
System.Drawing.Common (2)
System\Drawing\Graphics.cs (1)
383if (value is < Drawing2D.SmoothingMode.Invalid or > Drawing2D.SmoothingMode.AntiAlias)
System\Drawing\Printing\PreviewPrintController.cs (1)
96_graphics.SmoothingMode = Drawing2D.SmoothingMode.AntiAlias;
System.Windows.Forms (20)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ButtonDarkModeAdapter.cs (1)
133graphics.SmoothingMode = Drawing.Drawing2D.SmoothingMode.AntiAlias;
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\FlatButtonDarkModeRenderer.cs (2)
87g.SmoothingMode = SmoothingMode.AntiAlias; 110g.SmoothingMode = SmoothingMode.AntiAlias;
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ModernButtonDarkModeRenderer.cs (2)
93graphics.SmoothingMode = SmoothingMode.AntiAlias; 138graphics.SmoothingMode = SmoothingMode.AntiAlias;
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (3)
46graphics.SmoothingMode = SmoothingMode.AntiAlias; 73graphics.SmoothingMode = SmoothingMode.AntiAlias; 200graphics.SmoothingMode = SmoothingMode.AntiAlias;
System\Windows\Forms\Controls\ComboBox\ComboBox.ModernComboAdapter.cs (1)
78graphics.SmoothingMode = SmoothingMode.AntiAlias;
System\Windows\Forms\Controls\GroupBox\GroupBox.Modern.cs (1)
185e.Graphics.SmoothingMode = SmoothingMode.AntiAlias;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2709offscreenGraphics.SmoothingMode = SmoothingMode.AntiAlias;
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
1093g.SmoothingMode = SmoothingMode.AntiAlias;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
1101graphics.SmoothingMode = SmoothingMode.AntiAlias;
System\Windows\Forms\ParentBackgroundRenderer.cs (1)
79graphics.SmoothingMode = SmoothingMode.AntiAlias;
System\Windows\Forms\Rendering\Animation\AnimatedFocusIndicatorRenderer.cs (1)
112graphics.SmoothingMode = SmoothingMode.AntiAlias;
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (1)
94graphics.SmoothingMode = SmoothingMode.AntiAlias;
System\Windows\Forms\Rendering\CheckBox\AnimatedCheckGlyphRenderer.cs (1)
134graphics.SmoothingMode = SmoothingMode.AntiAlias;
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (1)
239graphics.SmoothingMode = SmoothingMode.AntiAlias;
System\Windows\Forms\Rendering\ControlPaint_ModernControlButtonRenderer.cs (1)
83graphics.SmoothingMode = SmoothingMode.AntiAlias;
System\Windows\Forms\Rendering\RadioButton\AnimatedRadioGlyphRenderer.cs (1)
143graphics.SmoothingMode = SmoothingMode.AntiAlias;