4 references to Stretch
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)
104
case ImageLayout.
Stretch
:
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))