2 references to ContentScaleFactor
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint_ModernControlButtonRenderer.cs (2)
214int symbolSize = (int)(minDimension * baseSymbolRatio * ContentScaleFactor); 283int dotSize = Math.Max(1, (int)(minDimension * 0.15 * ContentScaleFactor));