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