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