1 write to InitialSystemDpi
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\ScaleHelper.cs (1)
56InitialSystemDpi = GetSystemDpi();
2 references to InitialSystemDpi
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Internals\ScaleHelper.cs (2)
217internal static bool IsScalingRequired => InitialSystemDpi != OneHundredPercentLogicalDpi; 295internal static int ScaleToInitialSystemDpi(int logicalValue) => ScaleToDpi(logicalValue, InitialSystemDpi);