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)) 822child.Scale(AutoScaleFactor, SizeF.Empty, this); 962SizeF autoScaleFactor = AutoScaleFactor; 1061/// control's <see cref="AutoScaleFactor"/>. Any changed controls are scaled according to the provided 1082ourExcludedFactor = AutoScaleFactor; 1088childIncludedFactor = AutoScaleFactor;