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