3 references to Center
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
976if (value is ImageLayout.Center or ImageLayout.Zoom or ImageLayout.Stretch)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
112case ImageLayout.Center:
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
660(BackgroundImageLayout == ImageLayout.Zoom || BackgroundImageLayout == ImageLayout.Stretch || BackgroundImageLayout == ImageLayout.Center))