155 references to Tile
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (4)
865
[DefaultValue(ImageLayout.
Tile
)]
870
get => Properties.GetValueOrDefault(s_backgroundImageLayoutProperty, ImageLayout.
Tile
);
892
Properties.AddOrRemoveValue(s_backgroundImageLayoutProperty, value, defaultValue: ImageLayout.
Tile
);
8060
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)
484
[DefaultValue(ImageLayout.
Tile
)]
489
get => Properties.GetValueOrDefault(s_backgroundImageLayoutProperty, ImageLayout.
Tile
);
493
if (Properties.AddOrRemoveValue(s_backgroundImageLayoutProperty, value, defaultValue: ImageLayout.
Tile
) != value)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
426
if (backgroundImageLayout == ImageLayout.
Tile
)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
31
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System.Windows.Forms.Tests (144)
System\Windows\Forms\AxHostTests.cs (2)
39
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
133
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ButtonBaseTests.cs (1)
31
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ButtonTests.cs (1)
33
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\CheckBoxTests.cs (1)
32
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ComboBoxTests.cs (1)
36
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ContainerControlTests.cs (1)
37
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ControlTests.cs (5)
26
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
115
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
211
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
307
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
403
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ControlTests.Handlers.cs (18)
3919
yield return new object[] { parent, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
3920
yield return new object[] { parent, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
3921
yield return new object[] { parent, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 2 };
3922
yield return new object[] { parent, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 2 };
3923
yield return new object[] { parent, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
3924
yield return new object[] { parent, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
3963
yield return new object[] { parent, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
3964
yield return new object[] { parent, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
3965
yield return new object[] { parent, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
3966
yield return new object[] { parent, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
3967
yield return new object[] { parent, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
3968
yield return new object[] { parent, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
4091
yield return new object[] { true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4092
yield return new object[] { true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4093
yield return new object[] { true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4094
yield return new object[] { true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4095
yield return new object[] { false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4096
yield return new object[] { false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
System\Windows\Forms\ControlTests.Properties.cs (3)
2006
[InlineData(ImageLayout.
Tile
, 0)]
2040
yield return new object[] { new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, false };
2046
yield return new object[] { new Bitmap(10, 10, PixelFormat.Format32bppRgb), ImageLayout.
Tile
, false };
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
35
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\DateTimePickerTests.cs (1)
33
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
44
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
32
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\DomainUpDownTests.cs (1)
45
_sub.BackgroundImageLayout.Should().Be(ImageLayout.
Tile
);
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
31
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\FormTests.cs (1)
42
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\GroupBoxTests.cs (1)
29
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\HScrollBarTests.cs (1)
26
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\LabelTests.cs (2)
28
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
561
Assert.Equal(ImageLayout.
Tile
, label.BackgroundImageLayout); // Default value
System\Windows\Forms\ListBoxTests.cs (1)
29
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ListControlTests.cs (1)
30
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ListViewTests.cs (1)
35
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\MdiClientTests.cs (2)
28
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
266
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\MdiControlStripTests.cs (1)
34
Assert.Equal(ImageLayout.
Tile
, mdiControlStrip.BackgroundImageLayout);
System\Windows\Forms\MenuStripTests.cs (1)
32
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\MonthCalendarTests.cs (1)
32
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\PanelTests.cs (1)
32
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\PictureBoxTests.cs (1)
31
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ProgressBarTests.cs (1)
28
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\PropertyGridTests.cs (1)
42
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\RadioButtonTests.cs (1)
32
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\RichTextBoxTests.cs (1)
39
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ScrollableControlTests.cs (19)
32
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
1603
yield return new object[] { parentFactory(), hScroll, vScroll, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
1604
yield return new object[] { parentFactory(), hScroll, vScroll, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
1605
yield return new object[] { parentFactory(), hScroll, vScroll, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 2 };
1606
yield return new object[] { parentFactory(), hScroll, vScroll, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 2 };
1607
yield return new object[] { parentFactory(), hScroll, vScroll, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
1608
yield return new object[] { parentFactory(), hScroll, vScroll, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
1653
yield return new object[] { parentFactory(), hScroll, vScroll, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
1654
yield return new object[] { parentFactory(), hScroll, vScroll, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
1655
yield return new object[] { parentFactory(), hScroll, vScroll, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
1656
yield return new object[] { parentFactory(), hScroll, vScroll, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
1657
yield return new object[] { parentFactory(), hScroll, vScroll, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
1658
yield return new object[] { parentFactory(), hScroll, vScroll, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
1803
yield return new object[] { hScroll, vScroll, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
1804
yield return new object[] { hScroll, vScroll, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
1805
yield return new object[] { hScroll, vScroll, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
1806
yield return new object[] { hScroll, vScroll, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
1807
yield return new object[] { hScroll, vScroll, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
1808
yield return new object[] { hScroll, vScroll, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
System\Windows\Forms\ScrollBarTests.cs (1)
27
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\SplitterPanelTests.cs (1)
38
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\SplitterTests.cs (1)
27
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\StatusStripTests.cs (1)
32
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\TabControlTests.cs (1)
30
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
33
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\TabPageTests.cs (14)
36
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
145
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
4032
yield return new object[] { appearance, useVisualStyleBackColor, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4033
yield return new object[] { appearance, useVisualStyleBackColor, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4034
yield return new object[] { appearance, useVisualStyleBackColor, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4035
yield return new object[] { appearance, useVisualStyleBackColor, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4036
yield return new object[] { appearance, useVisualStyleBackColor, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4037
yield return new object[] { appearance, useVisualStyleBackColor, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4171
yield return new object[] { appearance, useVisualStyleBackColor, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4172
yield return new object[] { appearance, useVisualStyleBackColor, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4173
yield return new object[] { appearance, useVisualStyleBackColor, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4174
yield return new object[] { appearance, useVisualStyleBackColor, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4175
yield return new object[] { appearance, useVisualStyleBackColor, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4176
yield return new object[] { appearance, useVisualStyleBackColor, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
System\Windows\Forms\ToolStripButtonTests.cs (6)
32
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
113
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
200
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
290
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
378
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
476
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
System\Windows\Forms\ToolStripComboBoxTests.cs (1)
151
[InlineData(ImageLayout.
Tile
)]
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
34
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ToolStripDropDownItemTests.cs (4)
31
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
120
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
219
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
319
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
36
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ToolStripItemTests.cs (4)
34
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
119
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
214
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
1992
[InlineData(ImageLayout.
Tile
, 0)]
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
32
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
System\Windows\Forms\ToolStripPanelTests.cs (1)
33
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ToolStripSeparatorTests.cs (1)
32
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
System\Windows\Forms\ToolStripTests.cs (20)
36
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
194
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
5945
yield return new object[] { parent, hScroll, vScroll, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
5946
yield return new object[] { parent, hScroll, vScroll, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
5947
yield return new object[] { parent, hScroll, vScroll, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 2 };
5948
yield return new object[] { parent, hScroll, vScroll, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 2 };
5949
yield return new object[] { parent, hScroll, vScroll, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
5950
yield return new object[] { parent, hScroll, vScroll, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
6003
yield return new object[] { parent, hScroll, vScroll, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected2 };
6004
yield return new object[] { parent, hScroll, vScroll, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected2 };
6005
yield return new object[] { parent, hScroll, vScroll, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected2 };
6006
yield return new object[] { parent, hScroll, vScroll, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected2 };
6007
yield return new object[] { parent, hScroll, vScroll, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected2 };
6008
yield return new object[] { parent, hScroll, vScroll, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected2 };
6142
yield return new object[] { hScroll, vScroll, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
6143
yield return new object[] { hScroll, vScroll, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
6144
yield return new object[] { hScroll, vScroll, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
6145
yield return new object[] { hScroll, vScroll, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
6146
yield return new object[] { hScroll, vScroll, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
6147
yield return new object[] { hScroll, vScroll, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
System\Windows\Forms\TreeViewTests.cs (1)
27
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\UpDownBaseTests.cs (1)
31
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\UserControlTests.cs (1)
37
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\VScrollBarTests.cs (1)
25
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\WebBrowserTests.cs (1)
28
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
TextBoxTests.cs (1)
34
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
TrackBarTests.cs (1)
29
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System.Windows.Forms.UI.IntegrationTests (1)
PropertyGridTests.cs (1)
170
_propertyGrid.BackgroundImageLayout.Should().Be(ImageLayout.
Tile
);