9 references to AutoScaleFactor
System.Windows.Forms (9)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (9)
80
/// <see cref="
AutoScaleFactor
"/> from parent to scale them during Dpi changed events. We can not use
81
/// <see cref="
AutoScaleFactor
"/> property as it get computed with already updated Font and Dpi of their parent.
817
&& (
AutoScaleFactor
.Width != 1.0F ||
AutoScaleFactor
.Height != 1.0F))
822
child.Scale(
AutoScaleFactor
, SizeF.Empty, this);
962
SizeF autoScaleFactor =
AutoScaleFactor
;
1061
/// control's <see cref="
AutoScaleFactor
"/>. Any changed controls are scaled according to the provided
1082
ourExcludedFactor =
AutoScaleFactor
;
1088
childIncludedFactor =
AutoScaleFactor
;