6 references to Zoom
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (2)
1202if (!ClientUtils.IsEnumValid(value, (int)value, (int)ImageLayout.None, (int)ImageLayout.Zoom)){ 1206if (value == ImageLayout.Center || value == ImageLayout.Zoom || value == ImageLayout.Stretch) {
winforms\Managed\System\WinForms\ControlPaint.cs (2)
100case ImageLayout.Zoom: 494if (backgroundImageLayout == ImageLayout.Stretch || backgroundImageLayout == ImageLayout.Zoom) {
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
761(BackgroundImageLayout == ImageLayout.Zoom || BackgroundImageLayout == ImageLayout.Stretch || BackgroundImageLayout == ImageLayout.Center)) {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
523if (!ClientUtils.IsEnumValid(value, (int)value, (int)ImageLayout.None, (int)ImageLayout.Zoom))