6 references to Zoom
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (2)
1202
if (!ClientUtils.IsEnumValid(value, (int)value, (int)ImageLayout.None, (int)ImageLayout.
Zoom
)){
1206
if (value == ImageLayout.Center || value == ImageLayout.
Zoom
|| value == ImageLayout.Stretch) {
winforms\Managed\System\WinForms\ControlPaint.cs (2)
100
case ImageLayout.
Zoom
:
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)) {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
523
if (!ClientUtils.IsEnumValid(value, (int)value, (int)ImageLayout.None, (int)ImageLayout.
Zoom
))