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