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