14 references to Disabled
System.Windows.Forms (14)
System\Windows\Forms\Application.cs (7)
676
/// <see cref="VisualStylesMode.
Disabled
"/> otherwise, unless it has been changed by a call to
686
/// While visual styles are disabled, the effective value remains <see cref="VisualStylesMode.
Disabled
"/>,
695
{ } => VisualStylesMode.
Disabled
,
698
: VisualStylesMode.
Disabled
719
/// <see cref="EnableVisualStyles"/>, the effective mode remains <see cref="VisualStylesMode.
Disabled
"/>.
720
/// Passing <see cref="VisualStylesMode.
Disabled
"/> has the same effect as not calling
732
VisualStylesMode.
Disabled
=> styleSetting,
System\Windows\Forms\Control.cs (4)
894
VisualStylesMode.
Disabled
=> value,
947
/// <see cref="VisualStylesMode.
Disabled
"/> when visual styles are explicitly disabled;
973
return mode is VisualStylesMode.
Disabled
974
? VisualStylesMode.
Disabled
System\Windows\Forms\Controls\Buttons\Appearance.cs (1)
27
/// <see cref="VisualStylesMode.
Disabled
"/> or <see cref="VisualStylesMode.Classic"/>.
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
807
/// <see cref="VisualStylesMode.
Disabled
"/>, the control will automatically apply styling that conforms to the
861
VisualStylesMode.
Disabled
=> PreferredHeightClassic,