22 overrides of BackgroundImageLayout
System.Windows.Forms (22)
System\Windows\Forms\ActiveX\AxHost.cs (1)
272public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
272public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1046public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
160public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\Labels\Label.cs (1)
191public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
187public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\ListView\ListView.cs (1)
361public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
229public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
149public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
342public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
142public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
210public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
328public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (1)
123public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
133public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
232public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
163public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
1309public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
205public override ImageLayout BackgroundImageLayout
System\Windows\Forms\MDI\MDIClient.cs (1)
64public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
467public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
108public override ImageLayout BackgroundImageLayout
61 writes to BackgroundImageLayout
System.Windows.Forms (22)
System\Windows\Forms\ActiveX\AxHost.cs (1)
275set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
275set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1049set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
163set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\Labels\Label.cs (1)
194set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
190set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\ListView\ListView.cs (1)
364set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
232set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
152set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
345set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
145set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
213set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
331set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (1)
126set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
82set => ControlInternal.BackgroundImageLayout = value;
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
136set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
235set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
166set => base.BackgroundImageLayout = value;
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
208set => base.BackgroundImageLayout = value;
System\Windows\Forms\MDI\MDIClient.cs (1)
81set => base.BackgroundImageLayout = value;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
470set => base.BackgroundImageLayout = value;
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
111set => base.BackgroundImageLayout = value;
System.Windows.Forms.Tests (39)
System\Windows\Forms\ControlTests.Handlers.cs (6)
556BackgroundImageLayout = ImageLayout.Center 560BackgroundImageLayout = ImageLayout.Center 3862control.BackgroundImageLayout = backgroundImageLayout; 3988control.BackgroundImageLayout = backgroundImageLayout; 4034control.BackgroundImageLayout = backgroundImageLayout; 4119control.BackgroundImageLayout = backgroundImageLayout;
System\Windows\Forms\ControlTests.Properties.cs (12)
1989BackgroundImageLayout = value 1996control.BackgroundImageLayout = value; 2019control.BackgroundImageLayout = value; 2028control.BackgroundImageLayout = value; 2059BackgroundImageLayout = value 2065control.BackgroundImageLayout = value; 2084control.BackgroundImageLayout = ImageLayout.Center; 2089control.BackgroundImageLayout = ImageLayout.Center; 2094control.BackgroundImageLayout = ImageLayout.Stretch; 2100control.BackgroundImageLayout = ImageLayout.Center; 2119control.BackgroundImageLayout = ImageLayout.Center; 2135Assert.Throws<InvalidEnumArgumentException>("value", () => control.BackgroundImageLayout = value);
System\Windows\Forms\MdiClientTests.cs (1)
260BackgroundImageLayout = parentBackgroundImageLayout
System\Windows\Forms\ScrollableControlTests.cs (4)
1542control.BackgroundImageLayout = backgroundImageLayout; 1691control.BackgroundImageLayout = backgroundImageLayout; 1741control.BackgroundImageLayout = backgroundImageLayout; 1835control.BackgroundImageLayout = backgroundImageLayout;
System\Windows\Forms\TabPageTests.cs (4)
3984control.BackgroundImageLayout = backgroundImageLayout; 4064control.BackgroundImageLayout = backgroundImageLayout; 4110control.BackgroundImageLayout = backgroundImageLayout; 4203control.BackgroundImageLayout = backgroundImageLayout;
System\Windows\Forms\ToolStripControlHostTests.cs (2)
29BackgroundImageLayout = ImageLayout.Zoom, 570c.BackgroundImageLayout = ImageLayout.Zoom;
System\Windows\Forms\ToolStripDropDownTests.cs (6)
857BackgroundImageLayout = value 864control.BackgroundImageLayout = value; 884control.BackgroundImageLayout = ImageLayout.Center; 889control.BackgroundImageLayout = ImageLayout.Center; 894control.BackgroundImageLayout = ImageLayout.Stretch; 900control.BackgroundImageLayout = ImageLayout.Center;
System\Windows\Forms\ToolStripTests.cs (4)
5883control.BackgroundImageLayout = backgroundImageLayout; 6032control.BackgroundImageLayout = backgroundImageLayout; 6081control.BackgroundImageLayout = backgroundImageLayout; 6174control.BackgroundImageLayout = backgroundImageLayout;
90 references to BackgroundImageLayout
System.Windows.Forms (36)
System\Windows\Forms\ActiveX\AxHost.cs (1)
274get => base.BackgroundImageLayout;
System\Windows\Forms\Control.cs (3)
873if (BackgroundImageLayout == value) 8055if (!renderColorTransparent && BackgroundImageLayout == ImageLayout.Tile && imageIsTransparent) 8075BackgroundImageLayout,
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
98Control.BackgroundImageLayout,
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
274get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1048get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
162get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\Labels\Label.cs (1)
193get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
189get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\ListView\ListView.cs (1)
363get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
231get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
151get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
344get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
144get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
212get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
632BackgroundImageLayout,
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
330get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (1)
125get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
81get => ControlInternal.BackgroundImageLayout;
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
135get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
234get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
165get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
1311get => base.BackgroundImageLayout;
System\Windows\Forms\Form.cs (1)
3975MdiClient.BackgroundImageLayout = BackgroundImageLayout;
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
207get => base.BackgroundImageLayout;
System\Windows\Forms\MDI\MDIClient.cs (4)
71ImageLayout imageLayout = base.BackgroundImageLayout; 72if (imageLayout != ParentInternal.BackgroundImageLayout) 75return ParentInternal.BackgroundImageLayout; 79return base.BackgroundImageLayout;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
469get => base.BackgroundImageLayout;
System\Windows\Forms\Scrolling\ScrollableControl.cs (4)
668(BackgroundImageLayout == ImageLayout.Zoom || BackgroundImageLayout == ImageLayout.Stretch || BackgroundImageLayout == ImageLayout.Center)) 679BackgroundImageLayout,
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
110get => base.BackgroundImageLayout;
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
31Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System.Windows.Forms.Tests (52)
System\Windows\Forms\ButtonBaseTests.cs (1)
31Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\ButtonTests.cs (1)
33Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\CheckBoxTests.cs (1)
32Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\ContainerControlTests.cs (1)
37Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\ControlTests.cs (5)
26Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 115Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 211Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 307Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 403Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\ControlTests.Properties.cs (11)
1991Assert.Equal(value, control.BackgroundImageLayout); 1997Assert.Equal(value, control.BackgroundImageLayout); 2020Assert.Equal(value, control.BackgroundImageLayout); 2029Assert.Equal(value, control.BackgroundImageLayout); 2061Assert.Equal(value, control.BackgroundImageLayout); 2066Assert.Equal(value, control.BackgroundImageLayout); 2085Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 2090Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 2095Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 2101Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 2120Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
44Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
32Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
31Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\FormTests.cs (1)
42Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\GroupBoxTests.cs (1)
29Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\ListControlTests.cs (1)
30Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\MenuStripTests.cs (1)
32Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\PanelTests.cs (1)
32Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\PictureBoxTests.cs (1)
31Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\RadioButtonTests.cs (1)
32Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\ScrollableControlTests.cs (1)
32Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\SplitterPanelTests.cs (1)
38Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\StatusStripTests.cs (1)
32Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
33Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\TabPageTests.cs (2)
36Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 145Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
34Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\ToolStripControlHostTests.cs (4)
62Assert.Equal(c.BackgroundImageLayout, item.BackgroundImageLayout); 455Assert.Equal(value, c.BackgroundImageLayout); 461Assert.Equal(value, c.BackgroundImageLayout); 571Assert.Equal(ImageLayout.Zoom, c.BackgroundImageLayout);
System\Windows\Forms\ToolStripDropDownTests.cs (7)
36Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 859Assert.Equal(value, control.BackgroundImageLayout); 865Assert.Equal(value, control.BackgroundImageLayout); 885Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 890Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 895Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 901Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);
System\Windows\Forms\ToolStripPanelTests.cs (1)
33Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\ToolStripTests.cs (2)
36Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 194Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\UserControlTests.cs (1)
37Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
935OnPropertyChanged("BackgroundImageLayout", this.BackgroundImageLayout);