21 references to ApplyThemingImplicitly
System.Windows.Forms (21)
System\Windows\Forms\Control.cs (3)
501
/// <see cref="ControlStyles.
ApplyThemingImplicitly
"/>, we need to cache this state in this internal property
10365
if ((flag & ControlStyles.
ApplyThemingImplicitly
) == ControlStyles.
ApplyThemingImplicitly
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
264
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1496
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\Labels\Label.cs (1)
246
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
267
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
630
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
285
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
196
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
48
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
206
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
274
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
141
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
403
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
147
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
307
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
218
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\MDI\MDIClient.cs (1)
82
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
157
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
117
SetStyle(ControlStyles.
ApplyThemingImplicitly
, true);