4 references to Zoom
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
976
if (value is ImageLayout.Center or ImageLayout.
Zoom
or ImageLayout.Stretch)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
127
case ImageLayout.
Zoom
:
498
if (backgroundImageLayout is ImageLayout.Stretch or ImageLayout.
Zoom
)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
660
(BackgroundImageLayout == ImageLayout.
Zoom
|| BackgroundImageLayout == ImageLayout.Stretch || BackgroundImageLayout == ImageLayout.Center))