21 references to ApplyThemingImplicitly
System.Windows.Forms (21)
System\Windows\Forms\Control.cs (1)
7270
if (Application.IsDarkModeEnabled && GetStyle(ControlStyles.
ApplyThemingImplicitly
))
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
82
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
391
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\Labels\Label.cs (1)
78
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
124
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
141
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
115
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
42
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
51
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
87
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
39
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
102
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
59
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
174
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
72
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
39
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Form.cs (1)
210
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\MDI\MDIClient.cs (1)
34
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Panels\Panel.cs (1)
35
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
65
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
39
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);