16 writes to SmoothingMode
System.Drawing.Common (1)
System\Drawing\Printing\PreviewPrintController.cs (1)
96_graphics.SmoothingMode = Drawing2D.SmoothingMode.AntiAlias;
System.Windows.Forms (15)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ButtonDarkModeAdapter.cs (6)
80g.SmoothingMode = Drawing.Drawing2D.SmoothingMode.AntiAlias; 104g.SmoothingMode = smoothingMode; 120g.SmoothingMode = Drawing.Drawing2D.SmoothingMode.AntiAlias; 142g.SmoothingMode = smoothingMode; 158g.SmoothingMode = Drawing.Drawing2D.SmoothingMode.AntiAlias; 180g.SmoothingMode = smoothingMode;
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\FlatButtonDarkModeRenderer.cs (2)
82g.SmoothingMode = SmoothingMode.AntiAlias; 99g.SmoothingMode = SmoothingMode.AntiAlias;
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\PopupButtonDarkModeRenderer.cs (2)
130graphics.SmoothingMode = SmoothingMode.AntiAlias; 217graphics.SmoothingMode = originalMode;
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (1)
173graphics.SmoothingMode = SmoothingMode.AntiAlias;
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (2)
1070g.SmoothingMode = SmoothingMode.AntiAlias; 1114g.SmoothingMode = oldSmoothing;
System\Windows\Forms\Rendering\ControlPaint_ModernControlButtonRenderer.cs (2)
83graphics.SmoothingMode = SmoothingMode.AntiAlias; 143graphics.SmoothingMode = oldMode;
6 references to SmoothingMode
System.Windows.Forms (6)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ButtonDarkModeAdapter.cs (3)
79var smoothingMode = g.SmoothingMode; 119var smoothingMode = g.SmoothingMode; 157var smoothingMode = g.SmoothingMode;
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\PopupButtonDarkModeRenderer.cs (1)
126SmoothingMode originalMode = graphics.SmoothingMode;
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
1069SmoothingMode oldSmoothing = g.SmoothingMode;
System\Windows\Forms\Rendering\ControlPaint_ModernControlButtonRenderer.cs (1)
82SmoothingMode oldMode = graphics.SmoothingMode;