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