4 overrides of GetScaledBounds
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1152
protected override Rectangle
GetScaledBounds
(Rectangle bounds, SizeF factor, BoundsSpecified specified) => bounds;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1459
protected override Rectangle
GetScaledBounds
(Rectangle bounds, SizeF factor, BoundsSpecified specified)
System\Windows\Forms\Form.cs (1)
5218
protected override Rectangle
GetScaledBounds
(Rectangle bounds, SizeF factor, BoundsSpecified specified)
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
477
protected override Rectangle
GetScaledBounds
(Rectangle bounds, SizeF factor, BoundsSpecified specified)
4 references to GetScaledBounds
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
10539
Rectangle rawScaledBounds =
GetScaledBounds
(Bounds, factor, specified);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1464
return base.
GetScaledBounds
(bounds, factor, specified);
System\Windows\Forms\Form.cs (1)
5227
return base.
GetScaledBounds
(bounds, factor, specified);
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
489
return base.
GetScaledBounds
(bounds, factor, specified);