25 overrides of BackgroundImageLayout
System.Windows.Forms (25)
System\Windows\Forms\ActiveX\AxHost.cs (1)
273public 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)
339public 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)
132public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
232public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGrid.cs (1)
70public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBar.cs (1)
49public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBar.cs (1)
69public 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)
276set => 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)
342set => 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)
135set => 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)
558BackgroundImageLayout = ImageLayout.Center 562BackgroundImageLayout = ImageLayout.Center 3864control.BackgroundImageLayout = backgroundImageLayout; 3990control.BackgroundImageLayout = backgroundImageLayout; 4036control.BackgroundImageLayout = backgroundImageLayout; 4121control.BackgroundImageLayout = backgroundImageLayout;
System\Windows\Forms\ControlTests.Properties.cs (12)
1991BackgroundImageLayout = value 1998control.BackgroundImageLayout = value; 2021control.BackgroundImageLayout = value; 2030control.BackgroundImageLayout = value; 2061BackgroundImageLayout = value 2067control.BackgroundImageLayout = value; 2086control.BackgroundImageLayout = ImageLayout.Center; 2091control.BackgroundImageLayout = ImageLayout.Center; 2096control.BackgroundImageLayout = ImageLayout.Stretch; 2102control.BackgroundImageLayout = ImageLayout.Center; 2121control.BackgroundImageLayout = ImageLayout.Center; 2137Assert.Throws<InvalidEnumArgumentException>("value", () => control.BackgroundImageLayout = value);
System\Windows\Forms\MdiClientTests.cs (1)
262BackgroundImageLayout = parentBackgroundImageLayout
System\Windows\Forms\ScrollableControlTests.cs (4)
1544control.BackgroundImageLayout = backgroundImageLayout; 1693control.BackgroundImageLayout = backgroundImageLayout; 1743control.BackgroundImageLayout = backgroundImageLayout; 1837control.BackgroundImageLayout = backgroundImageLayout;
System\Windows\Forms\TabPageTests.cs (4)
3986control.BackgroundImageLayout = backgroundImageLayout; 4066control.BackgroundImageLayout = backgroundImageLayout; 4112control.BackgroundImageLayout = backgroundImageLayout; 4205control.BackgroundImageLayout = backgroundImageLayout;
System\Windows\Forms\ToolStripControlHostTests.cs (2)
31BackgroundImageLayout = ImageLayout.Zoom, 572c.BackgroundImageLayout = ImageLayout.Zoom;
System\Windows\Forms\ToolStripDropDownTests.cs (6)
859BackgroundImageLayout = value 866control.BackgroundImageLayout = value; 886control.BackgroundImageLayout = ImageLayout.Center; 891control.BackgroundImageLayout = ImageLayout.Center; 896control.BackgroundImageLayout = ImageLayout.Stretch; 902control.BackgroundImageLayout = ImageLayout.Center;
System\Windows\Forms\ToolStripTests.cs (4)
5885control.BackgroundImageLayout = backgroundImageLayout; 6034control.BackgroundImageLayout = backgroundImageLayout; 6083control.BackgroundImageLayout = backgroundImageLayout; 6176control.BackgroundImageLayout = backgroundImageLayout;
90 references to BackgroundImageLayout
System.Windows.Forms (36)
System\Windows\Forms\ActiveX\AxHost.cs (1)
275get => base.BackgroundImageLayout;
System\Windows\Forms\Control.cs (3)
872if (BackgroundImageLayout == value) 8088if (!renderColorTransparent && BackgroundImageLayout == ImageLayout.Tile && imageIsTransparent) 8108BackgroundImageLayout,
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)
341get => 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)
134get => 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)
3972MdiClient.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)
662(BackgroundImageLayout == ImageLayout.Zoom || BackgroundImageLayout == ImageLayout.Stretch || BackgroundImageLayout == ImageLayout.Center)) 673BackgroundImageLayout,
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
110get => base.BackgroundImageLayout;
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
33Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System.Windows.Forms.Tests (52)
System\Windows\Forms\ButtonBaseTests.cs (1)
33Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\ButtonTests.cs (1)
35Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\CheckBoxTests.cs (1)
34Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\ContainerControlTests.cs (1)
39Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\ControlTests.cs (5)
28Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 117Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 213Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 309Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 405Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\ControlTests.Properties.cs (11)
1993Assert.Equal(value, control.BackgroundImageLayout); 1999Assert.Equal(value, control.BackgroundImageLayout); 2022Assert.Equal(value, control.BackgroundImageLayout); 2031Assert.Equal(value, control.BackgroundImageLayout); 2063Assert.Equal(value, control.BackgroundImageLayout); 2068Assert.Equal(value, control.BackgroundImageLayout); 2087Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 2092Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 2097Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 2103Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 2122Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
46Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
34Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
33Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\FormTests.cs (1)
44Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\GroupBoxTests.cs (1)
31Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\ListControlTests.cs (1)
32Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\MenuStripTests.cs (1)
34Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\PanelTests.cs (1)
34Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\PictureBoxTests.cs (1)
33Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\RadioButtonTests.cs (1)
34Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\ScrollableControlTests.cs (1)
34Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\SplitterPanelTests.cs (1)
40Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\StatusStripTests.cs (1)
34Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
35Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\TabPageTests.cs (2)
38Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 147Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
36Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\ToolStripControlHostTests.cs (4)
64Assert.Equal(c.BackgroundImageLayout, item.BackgroundImageLayout); 457Assert.Equal(value, c.BackgroundImageLayout); 463Assert.Equal(value, c.BackgroundImageLayout); 573Assert.Equal(ImageLayout.Zoom, c.BackgroundImageLayout);
System\Windows\Forms\ToolStripDropDownTests.cs (7)
38Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 861Assert.Equal(value, control.BackgroundImageLayout); 867Assert.Equal(value, control.BackgroundImageLayout); 887Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 892Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 897Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 903Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);
System\Windows\Forms\ToolStripPanelTests.cs (1)
35Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\ToolStripTests.cs (2)
38Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 196Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
System\Windows\Forms\UserControlTests.cs (1)
39Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
928OnPropertyChanged("BackgroundImageLayout", this.BackgroundImageLayout);