4 references to Stretch
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (1)
1206
if (value == ImageLayout.Center || value == ImageLayout.Zoom || value == ImageLayout.
Stretch
) {
winforms\Managed\System\WinForms\ControlPaint.cs (2)
80
case ImageLayout.
Stretch
:
494
if (backgroundImageLayout == ImageLayout.
Stretch
|| backgroundImageLayout == ImageLayout.Zoom) {
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
761
(BackgroundImageLayout == ImageLayout.Zoom || BackgroundImageLayout == ImageLayout.
Stretch
|| BackgroundImageLayout == ImageLayout.Center)) {