26 writes to SmoothingMode
System.Drawing.Common (1)
System\Drawing\Printing\PreviewPrintController.cs (1)
96
_graphics.
SmoothingMode
= Drawing2D.SmoothingMode.AntiAlias;
System.Windows.Forms (25)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ButtonDarkModeAdapter.cs (2)
133
graphics.
SmoothingMode
= Drawing.Drawing2D.SmoothingMode.AntiAlias;
163
graphics.
SmoothingMode
= smoothingMode;
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\FlatButtonDarkModeRenderer.cs (2)
87
g.
SmoothingMode
= SmoothingMode.AntiAlias;
110
g.
SmoothingMode
= SmoothingMode.AntiAlias;
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ModernButtonDarkModeRenderer.cs (2)
93
graphics.
SmoothingMode
= SmoothingMode.AntiAlias;
138
graphics.
SmoothingMode
= SmoothingMode.AntiAlias;
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ModernFlatButtonRenderer.cs (1)
47
graphics.
SmoothingMode
= SmoothingMode.Default;
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (3)
46
graphics.
SmoothingMode
= SmoothingMode.AntiAlias;
73
graphics.
SmoothingMode
= SmoothingMode.AntiAlias;
200
graphics.
SmoothingMode
= SmoothingMode.AntiAlias;
System\Windows\Forms\Controls\ComboBox\ComboBox.ModernComboAdapter.cs (1)
78
graphics.
SmoothingMode
= SmoothingMode.AntiAlias;
System\Windows\Forms\Controls\GroupBox\GroupBox.Modern.cs (1)
185
e.Graphics.
SmoothingMode
= SmoothingMode.AntiAlias;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2709
offscreenGraphics.
SmoothingMode
= SmoothingMode.AntiAlias;
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (2)
1093
g.
SmoothingMode
= SmoothingMode.AntiAlias;
1137
g.
SmoothingMode
= oldSmoothing;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
1101
graphics.
SmoothingMode
= SmoothingMode.AntiAlias;
System\Windows\Forms\ParentBackgroundRenderer.cs (1)
79
graphics.
SmoothingMode
= SmoothingMode.AntiAlias;
System\Windows\Forms\Rendering\Animation\AnimatedFocusIndicatorRenderer.cs (1)
112
graphics.
SmoothingMode
= SmoothingMode.AntiAlias;
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (1)
94
graphics.
SmoothingMode
= SmoothingMode.AntiAlias;
System\Windows\Forms\Rendering\CheckBox\AnimatedCheckGlyphRenderer.cs (1)
134
graphics.
SmoothingMode
= SmoothingMode.AntiAlias;
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (2)
239
graphics.
SmoothingMode
= SmoothingMode.AntiAlias;
271
graphics.
SmoothingMode
= previousSmoothingMode;
System\Windows\Forms\Rendering\ControlPaint_ModernControlButtonRenderer.cs (2)
83
graphics.
SmoothingMode
= SmoothingMode.AntiAlias;
143
graphics.
SmoothingMode
= oldMode;
System\Windows\Forms\Rendering\RadioButton\AnimatedRadioGlyphRenderer.cs (1)
143
graphics.
SmoothingMode
= SmoothingMode.AntiAlias;
4 references to SmoothingMode
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ButtonDarkModeAdapter.cs (1)
129
Drawing.Drawing2D.SmoothingMode smoothingMode = graphics.
SmoothingMode
;
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
1092
SmoothingMode oldSmoothing = g.
SmoothingMode
;
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (1)
236
SmoothingMode previousSmoothingMode = graphics.
SmoothingMode
;
System\Windows\Forms\Rendering\ControlPaint_ModernControlButtonRenderer.cs (1)
82
SmoothingMode oldMode = graphics.
SmoothingMode
;