9 references to Tile
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (4)
960
[DefaultValue(ImageLayout.
Tile
)]
965
get => Properties.GetValueOrDefault(s_backgroundImageLayoutProperty, ImageLayout.
Tile
);
987
Properties.AddOrRemoveValue(s_backgroundImageLayoutProperty, value, defaultValue: ImageLayout.
Tile
);
8173
if (!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
)]
494
get => Properties.GetValueOrDefault(s_backgroundImageLayoutProperty, ImageLayout.
Tile
);
498
if (Properties.AddOrRemoveValue(s_backgroundImageLayoutProperty, value, defaultValue: ImageLayout.
Tile
) != value)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
451
if (backgroundImageLayout == ImageLayout.
Tile
)