3 references to PerformAutoScale
System.Windows.Forms (3)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (3)
877
PerformAutoScale
(!RequiredScalingEnabled, excludedBounds: true, causedByFontChanged: true);
938
public void PerformAutoScale() =>
PerformAutoScale
(includedBounds: true, excludedBounds: true);
1017
PerformAutoScale
(_state[s_stateScalingNeededOnLayout], false);