19 references to ApplyThemingImplicitly
System.Windows.Forms (19)
System\Windows\Forms\Control.cs (2)
10347if ((flag & ControlStyles.ApplyThemingImplicitly) == ControlStyles.ApplyThemingImplicitly
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
260SetStyle(ControlStyles.ApplyThemingImplicitly, true);
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1497SetStyle(ControlStyles.ApplyThemingImplicitly, true);
System\Windows\Forms\Controls\Labels\Label.cs (1)
247SetStyle(ControlStyles.ApplyThemingImplicitly, true);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
268SetStyle(ControlStyles.ApplyThemingImplicitly, true);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
631SetStyle(ControlStyles.ApplyThemingImplicitly, true);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
288SetStyle(ControlStyles.ApplyThemingImplicitly, true);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
197SetStyle(ControlStyles.ApplyThemingImplicitly, true);
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
49SetStyle(ControlStyles.ApplyThemingImplicitly, true);
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
207SetStyle(ControlStyles.ApplyThemingImplicitly, true);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
275SetStyle(ControlStyles.ApplyThemingImplicitly, true);
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
143SetStyle(ControlStyles.ApplyThemingImplicitly, true);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
407SetStyle(ControlStyles.ApplyThemingImplicitly, true);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
148SetStyle(ControlStyles.ApplyThemingImplicitly, true);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
308SetStyle(ControlStyles.ApplyThemingImplicitly, true);
System\Windows\Forms\MDI\MDIClient.cs (1)
83SetStyle(ControlStyles.ApplyThemingImplicitly, true);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
158SetStyle(ControlStyles.ApplyThemingImplicitly, true);
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
118SetStyle(ControlStyles.ApplyThemingImplicitly, true);