1 write to s_processPerMonitorAware
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\ScaleHelper.cs (1)
55
s_processPerMonitorAware
= GetPerMonitorAware();
2 references to s_processPerMonitorAware
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Internals\ScaleHelper.cs (2)
105
if (
s_processPerMonitorAware
)
122
internal static bool IsScalingRequirementMet => IsScalingRequired ||
s_processPerMonitorAware
;