5 references to None
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (1)
1202if (!ClientUtils.IsEnumValid(value, (int)value, (int)ImageLayout.None, (int)ImageLayout.Zoom)){
winforms\Managed\System\WinForms\ControlPaint.cs (3)
84case ImageLayout.None: 481if (rightToLeft == RightToLeft.Yes && backgroundImageLayout == ImageLayout.None) { 498else if (backgroundImageLayout == ImageLayout.None) {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
523if (!ClientUtils.IsEnumValid(value, (int)value, (int)ImageLayout.None, (int)ImageLayout.Zoom))