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)
277public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1042public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
160public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\Labels\Label.cs (1)
187public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
183public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\ListView\ListView.cs (1)
361public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
224public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
156public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
341public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
139public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
211public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
327public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (1)
123public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
129public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
229public 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)
159public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
1303public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
205public override ImageLayout BackgroundImageLayout
System\Windows\Forms\MDI\MDIClient.cs (1)
58public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
467public override ImageLayout BackgroundImageLayout
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
99public override ImageLayout BackgroundImageLayout
22 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)
280set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1045set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
163set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\Labels\Label.cs (1)
190set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
186set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\ListView\ListView.cs (1)
364set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
227set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
159set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
344set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
142set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
214set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
330set => 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)
132set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
232set => base.BackgroundImageLayout = value;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
162set => base.BackgroundImageLayout = value;
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
208set => base.BackgroundImageLayout = value;
System\Windows\Forms\MDI\MDIClient.cs (1)
75set => base.BackgroundImageLayout = value;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
470set => base.BackgroundImageLayout = value;
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
102set => base.BackgroundImageLayout = value;
38 references to BackgroundImageLayout
System.Windows.Forms (37)
System\Windows\Forms\ActiveX\AxHost.cs (1)
275get => base.BackgroundImageLayout;
System\Windows\Forms\Control.cs (3)
968if (BackgroundImageLayout == value) 8173if (!renderColorTransparent && BackgroundImageLayout == ImageLayout.Tile && imageIsTransparent) 8193BackgroundImageLayout,
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
558Control.BackgroundImageLayout,
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
98Control.BackgroundImageLayout,
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
279get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1044get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
162get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\Labels\Label.cs (1)
189get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
185get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\ListView\ListView.cs (1)
363get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
226get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
158get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
343get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
141get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
213get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
636BackgroundImageLayout,
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
329get => 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)
131get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
231get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
161get => base.BackgroundImageLayout;
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
1305get => base.BackgroundImageLayout;
System\Windows\Forms\Form.cs (1)
4026MdiClient.BackgroundImageLayout = BackgroundImageLayout;
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
207get => base.BackgroundImageLayout;
System\Windows\Forms\MDI\MDIClient.cs (4)
65ImageLayout imageLayout = base.BackgroundImageLayout; 66if (imageLayout != ParentInternal.BackgroundImageLayout) 69return ParentInternal.BackgroundImageLayout; 73return base.BackgroundImageLayout;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
469get => base.BackgroundImageLayout;
System\Windows\Forms\Scrolling\ScrollableControl.cs (4)
660(BackgroundImageLayout == ImageLayout.Zoom || BackgroundImageLayout == ImageLayout.Stretch || BackgroundImageLayout == ImageLayout.Center)) 671BackgroundImageLayout,
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
101get => base.BackgroundImageLayout;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
923OnPropertyChanged("BackgroundImageLayout", this.BackgroundImageLayout);