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