17 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;
System.Windows.Forms.Tests (8)
System\Windows\Forms\ContainerControlTests.cs (1)
1413public new SizeF AutoScaleFactor => base.AutoScaleFactor;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
382public new SizeF AutoScaleFactor => base.AutoScaleFactor;
System\Windows\Forms\DomainUpDownTests.cs (1)
1466public new SizeF AutoScaleFactor => base.AutoScaleFactor;
System\Windows\Forms\FormTests.cs (1)
2692public new SizeF AutoScaleFactor => base.AutoScaleFactor;
System\Windows\Forms\PropertyGridTests.cs (1)
4234public new SizeF AutoScaleFactor => base.AutoScaleFactor;
System\Windows\Forms\ToolStripPanelTests.cs (1)
359public new SizeF AutoScaleFactor => base.AutoScaleFactor;
System\Windows\Forms\UpDownBaseTests.cs (1)
3099public new SizeF AutoScaleFactor => base.AutoScaleFactor;
System\Windows\Forms\UserControlTests.cs (1)
1797public new SizeF AutoScaleFactor => base.AutoScaleFactor;