3 references to Center
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
1206if (value == ImageLayout.Center || value == ImageLayout.Zoom || value == ImageLayout.Stretch) {
winforms\Managed\System\WinForms\ControlPaint.cs (1)
88case ImageLayout.Center:
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
761(BackgroundImageLayout == ImageLayout.Zoom || BackgroundImageLayout == ImageLayout.Stretch || BackgroundImageLayout == ImageLayout.Center)) {