155 references to Tile
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (4)
864
[DefaultValue(ImageLayout.
Tile
)]
869
get => Properties.GetValueOrDefault(s_backgroundImageLayoutProperty, ImageLayout.
Tile
);
891
Properties.AddOrRemoveValue(s_backgroundImageLayoutProperty, value, defaultValue: ImageLayout.
Tile
);
8094
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)
423
if (backgroundImageLayout == ImageLayout.
Tile
)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
33
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System.Windows.Forms.Tests (144)
System\Windows\Forms\AxHostTests.cs (2)
41
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
135
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ButtonBaseTests.cs (1)
33
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ButtonTests.cs (1)
35
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\CheckBoxTests.cs (1)
34
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ComboBoxTests.cs (1)
38
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ContainerControlTests.cs (1)
39
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ControlTests.cs (5)
28
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
117
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
213
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
309
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
405
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ControlTests.Handlers.cs (18)
3921
yield return new object[] { parent, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
3922
yield return new object[] { parent, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
3923
yield return new object[] { parent, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 2 };
3924
yield return new object[] { parent, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 2 };
3925
yield return new object[] { parent, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
3926
yield return new object[] { parent, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
3965
yield return new object[] { parent, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
3966
yield return new object[] { parent, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
3967
yield return new object[] { parent, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
3968
yield return new object[] { parent, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
3969
yield return new object[] { parent, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
3970
yield return new object[] { parent, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
4093
yield return new object[] { true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4094
yield return new object[] { true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4095
yield return new object[] { true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4096
yield return new object[] { true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4097
yield return new object[] { false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4098
yield return new object[] { false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
System\Windows\Forms\ControlTests.Properties.cs (3)
2008
[InlineData(ImageLayout.
Tile
, 0)]
2042
yield return new object[] { new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, false };
2048
yield return new object[] { new Bitmap(10, 10, PixelFormat.Format32bppRgb), ImageLayout.
Tile
, false };
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
37
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\DateTimePickerTests.cs (1)
35
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
46
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
34
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\DomainUpDownTests.cs (1)
47
_sub.BackgroundImageLayout.Should().Be(ImageLayout.
Tile
);
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
33
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\FormTests.cs (1)
44
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\GroupBoxTests.cs (1)
31
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\HScrollBarTests.cs (1)
28
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\LabelTests.cs (2)
30
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
563
Assert.Equal(ImageLayout.
Tile
, label.BackgroundImageLayout); // Default value
System\Windows\Forms\ListBoxTests.cs (1)
31
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ListControlTests.cs (1)
32
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ListViewTests.cs (1)
37
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\MdiClientTests.cs (2)
30
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
268
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\MdiControlStripTests.cs (1)
36
Assert.Equal(ImageLayout.
Tile
, mdiControlStrip.BackgroundImageLayout);
System\Windows\Forms\MenuStripTests.cs (1)
34
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\MonthCalendarTests.cs (1)
34
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\PanelTests.cs (1)
34
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\PictureBoxTests.cs (1)
33
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ProgressBarTests.cs (1)
30
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\PropertyGridTests.cs (1)
44
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\RadioButtonTests.cs (1)
34
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\RichTextBoxTests.cs (1)
41
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ScrollableControlTests.cs (19)
34
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
1605
yield return new object[] { parentFactory(), hScroll, vScroll, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
1606
yield return new object[] { parentFactory(), hScroll, vScroll, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
1607
yield return new object[] { parentFactory(), hScroll, vScroll, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 2 };
1608
yield return new object[] { parentFactory(), hScroll, vScroll, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 2 };
1609
yield return new object[] { parentFactory(), hScroll, vScroll, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
1610
yield return new object[] { parentFactory(), hScroll, vScroll, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
1655
yield return new object[] { parentFactory(), hScroll, vScroll, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
1656
yield return new object[] { parentFactory(), hScroll, vScroll, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
1657
yield return new object[] { parentFactory(), hScroll, vScroll, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
1658
yield return new object[] { parentFactory(), hScroll, vScroll, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
1659
yield return new object[] { parentFactory(), hScroll, vScroll, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
1660
yield return new object[] { parentFactory(), hScroll, vScroll, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected1 };
1805
yield return new object[] { hScroll, vScroll, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
1806
yield return new object[] { hScroll, vScroll, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
1807
yield return new object[] { hScroll, vScroll, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
1808
yield return new object[] { hScroll, vScroll, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
1809
yield return new object[] { hScroll, vScroll, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
1810
yield return new object[] { hScroll, vScroll, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
System\Windows\Forms\ScrollBarTests.cs (1)
29
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\SplitterPanelTests.cs (1)
40
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\SplitterTests.cs (1)
29
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\StatusStripTests.cs (1)
34
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\TabControlTests.cs (1)
32
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
35
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\TabPageTests.cs (14)
38
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
147
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
4034
yield return new object[] { appearance, useVisualStyleBackColor, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4035
yield return new object[] { appearance, useVisualStyleBackColor, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4036
yield return new object[] { appearance, useVisualStyleBackColor, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4037
yield return new object[] { appearance, useVisualStyleBackColor, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4038
yield return new object[] { appearance, useVisualStyleBackColor, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4039
yield return new object[] { appearance, useVisualStyleBackColor, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4173
yield return new object[] { appearance, useVisualStyleBackColor, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4174
yield return new object[] { appearance, useVisualStyleBackColor, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4175
yield return new object[] { appearance, useVisualStyleBackColor, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4176
yield return new object[] { appearance, useVisualStyleBackColor, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4177
yield return new object[] { appearance, useVisualStyleBackColor, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
4178
yield return new object[] { appearance, useVisualStyleBackColor, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
System\Windows\Forms\ToolStripButtonTests.cs (6)
34
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
115
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
202
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
292
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
380
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
478
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
System\Windows\Forms\ToolStripComboBoxTests.cs (1)
149
[InlineData(ImageLayout.
Tile
)]
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
36
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ToolStripDropDownItemTests.cs (4)
33
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
122
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
221
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
321
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
38
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ToolStripItemTests.cs (4)
36
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
121
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
216
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
1994
[InlineData(ImageLayout.
Tile
, 0)]
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
30
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
System\Windows\Forms\ToolStripPanelTests.cs (1)
35
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\ToolStripSeparatorTests.cs (1)
34
Assert.Equal(ImageLayout.
Tile
, item.BackgroundImageLayout);
System\Windows\Forms\ToolStripTests.cs (20)
38
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
196
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
5947
yield return new object[] { parent, hScroll, vScroll, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
5948
yield return new object[] { parent, hScroll, vScroll, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
5949
yield return new object[] { parent, hScroll, vScroll, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 2 };
5950
yield return new object[] { parent, hScroll, vScroll, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 2 };
5951
yield return new object[] { parent, hScroll, vScroll, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
5952
yield return new object[] { parent, hScroll, vScroll, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
6005
yield return new object[] { parent, hScroll, vScroll, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected2 };
6006
yield return new object[] { parent, hScroll, vScroll, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected2 };
6007
yield return new object[] { parent, hScroll, vScroll, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected2 };
6008
yield return new object[] { parent, hScroll, vScroll, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected2 };
6009
yield return new object[] { parent, hScroll, vScroll, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected2 };
6010
yield return new object[] { parent, hScroll, vScroll, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, expected2 };
6144
yield return new object[] { hScroll, vScroll, true, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
6145
yield return new object[] { hScroll, vScroll, true, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
6146
yield return new object[] { hScroll, vScroll, true, Color.FromArgb(100, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
6147
yield return new object[] { hScroll, vScroll, true, Color.FromArgb(0, 50, 100, 150), new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
6148
yield return new object[] { hScroll, vScroll, false, Color.Empty, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
6149
yield return new object[] { hScroll, vScroll, false, Color.Red, new Bitmap(10, 10, PixelFormat.Format32bppArgb), ImageLayout.
Tile
, 1 };
System\Windows\Forms\TreeViewTests.cs (1)
29
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\UpDownBaseTests.cs (1)
33
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\UserControlTests.cs (1)
39
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\VScrollBarTests.cs (1)
27
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System\Windows\Forms\WebBrowserTests.cs (1)
30
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
TextBoxTests.cs (1)
36
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
TrackBarTests.cs (1)
31
Assert.Equal(ImageLayout.
Tile
, control.BackgroundImageLayout);
System.Windows.Forms.UI.IntegrationTests (1)
PropertyGridTests.cs (1)
170
_propertyGrid.BackgroundImageLayout.Should().Be(ImageLayout.
Tile
);