7 references to Tile
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Control.cs (3)
1185DefaultValue(ImageLayout.Tile), 1193return ImageLayout.Tile; 9610if (BackgroundImageLayout == ImageLayout.Tile) {
winforms\Managed\System\WinForms\ControlPaint.cs (1)
458if(backgroundImageLayout == ImageLayout.Tile) {
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
104DefaultValue(ImageLayout.Tile),
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
506DefaultValue(ImageLayout.Tile), 514return ImageLayout.Tile;