38 references to Feature
System.Windows.Forms (38)
winforms\Managed\System\WinForms\Application.cs (1)
143
if (useVisualStyles && OSFeature.
Feature
.IsPresent(OSFeature.Themes)) {
winforms\Managed\System\WinForms\Form.cs (3)
528
OSFeature.
Feature
.IsPresent(OSFeature.LayeredWindows)) {
2091
if (OpacityAsByte < 255 && OSFeature.
Feature
.IsPresent(OSFeature.LayeredWindows))
6451
if ((formState[FormStateLayered] != 0) && IsHandleCreated && TopLevel && OSFeature.
Feature
.IsPresent(OSFeature.LayeredWindows)) {
winforms\Managed\System\WinForms\OSFeature.cs (11)
121
return
Feature
.OnXp;
125
return
Feature
.OnXp;
129
return
Feature
.OnXp;
133
return
Feature
.OnXp;
137
return
Feature
.OnWin2k;
141
return
Feature
.OnWin2k;
145
return
Feature
.OnWin2k;
149
return
Feature
.OnWin2k;
153
return
Feature
.OnWin2k;
157
return
Feature
.OnXp;
161
return
Feature
.OnXp;
winforms\Managed\System\WinForms\SystemInformation.cs (16)
1192
if (OSFeature.
Feature
.OnXp) {
1210
if (OSFeature.
Feature
.OnXp) {
1241
if (OSFeature.
Feature
.OnXp) {
1260
if (OSFeature.
Feature
.OnXp) {
1465
if (OSFeature.
Feature
.OnXp || OSFeature.
Feature
.OnWin2k) {
1569
if (OSFeature.
Feature
.OnXp || OSFeature.
Feature
.OnWin2k) {
1587
if (OSFeature.
Feature
.OnXp || OSFeature.
Feature
.OnWin2k) {
1606
if (OSFeature.
Feature
.OnXp || OSFeature.
Feature
.OnWin2k) {
1696
if (OSFeature.
Feature
.OnXp || OSFeature.
Feature
.OnWin2k) {
1730
if (OSFeature.
Feature
.OnXp) {
1748
if (OSFeature.
Feature
.OnXp) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (3)
158
OSFeature.
Feature
.IsPresent(OSFeature.LayeredWindows)) {
769
if (OpacityAsByte < 255 && OSFeature.
Feature
.IsPresent(OSFeature.LayeredWindows))
2019
if (state[stateLayered] && IsHandleCreated && TopLevel && OSFeature.
Feature
.IsPresent(OSFeature.LayeredWindows)) {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (3)
8157
if (Application.UseVisualStyles && contextCreationSucceeded && OSFeature.
Feature
.IsPresent(OSFeature.Themes))
8177
if (userCookie != IntPtr.Zero && OSFeature.
Feature
.IsPresent(OSFeature.Themes))
8200
if (!contextCreationSucceeded && OSFeature.
Feature
.IsPresent(OSFeature.Themes))
winforms\Managed\System\WinForms\VisualStyles\VisualStyleInformation.cs (1)
47
return (OSFeature.
Feature
.IsPresent(OSFeature.Themes));