3 references to IsDpiChangeScalingRequired
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
6972
if (!IsFontSet() || (container is not null && container.
IsDpiChangeScalingRequired
))
6979
container?.
IsDpiChangeScalingRequired
= false;
11496
container?.
IsDpiChangeScalingRequired
= true;