17 references to AutoScaleFactor
System.Windows.Forms (9)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (9)
81/// <see cref="AutoScaleFactor"/> from parent to scale them during Dpi changed events. We can not use 82/// <see cref="AutoScaleFactor"/> property as it get computed with already updated Font and Dpi of their parent. 824&& (AutoScaleFactor.Width != 1.0F || AutoScaleFactor.Height != 1.0F)) 829child.Scale(AutoScaleFactor, SizeF.Empty, this); 969SizeF autoScaleFactor = AutoScaleFactor; 1068/// control's <see cref="AutoScaleFactor"/>. Any changed controls are scaled according to the provided 1089ourExcludedFactor = AutoScaleFactor; 1095childIncludedFactor = 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;