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