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. 823&& (AutoScaleFactor.Width != 1.0F || AutoScaleFactor.Height != 1.0F)) 828child.Scale(AutoScaleFactor, SizeF.Empty, this); 968SizeF autoScaleFactor = AutoScaleFactor; 1067/// control's <see cref="AutoScaleFactor"/>. Any changed controls are scaled according to the provided 1088ourExcludedFactor = AutoScaleFactor; 1094childIncludedFactor = AutoScaleFactor;
System.Windows.Forms.Tests (8)
System\Windows\Forms\ContainerControlTests.cs (1)
1411public new SizeF AutoScaleFactor => base.AutoScaleFactor;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
380public new SizeF AutoScaleFactor => base.AutoScaleFactor;
System\Windows\Forms\DomainUpDownTests.cs (1)
1464public new SizeF AutoScaleFactor => base.AutoScaleFactor;
System\Windows\Forms\FormTests.cs (1)
2690public new SizeF AutoScaleFactor => base.AutoScaleFactor;
System\Windows\Forms\PropertyGridTests.cs (1)
4141public new SizeF AutoScaleFactor => base.AutoScaleFactor;
System\Windows\Forms\ToolStripPanelTests.cs (1)
357public new SizeF AutoScaleFactor => base.AutoScaleFactor;
System\Windows\Forms\UpDownBaseTests.cs (1)
3097public new SizeF AutoScaleFactor => base.AutoScaleFactor;
System\Windows\Forms\UserControlTests.cs (1)
1795public new SizeF AutoScaleFactor => base.AutoScaleFactor;