9 references to Tile
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (4)
960[DefaultValue(ImageLayout.Tile)] 965get => Properties.GetValueOrDefault(s_backgroundImageLayoutProperty, ImageLayout.Tile); 987Properties.AddOrRemoveValue(s_backgroundImageLayoutProperty, value, defaultValue: ImageLayout.Tile); 8173if (!renderColorTransparent && BackgroundImageLayout == ImageLayout.Tile && imageIsTransparent)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
76[DefaultValue(ImageLayout.Tile)]
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
489[DefaultValue(ImageLayout.Tile)] 494get => Properties.GetValueOrDefault(s_backgroundImageLayoutProperty, ImageLayout.Tile); 498if (Properties.AddOrRemoveValue(s_backgroundImageLayoutProperty, value, defaultValue: ImageLayout.Tile) != value)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
451if (backgroundImageLayout == ImageLayout.Tile)