13 references to Inherit
System.Windows.Forms (13)
System\Windows\Forms\Application.cs (2)
710
/// <paramref name="styleSetting"/> is <see cref="VisualStylesMode.
Inherit
"/>, which is not valid as
735
VisualStylesMode.
Inherit
=> throw new ArgumentException(
System\Windows\Forms\Control.cs (7)
885
VisualStylesMode.
Inherit
);
892
VisualStylesMode.
Inherit
=> value,
902
if (value == VisualStylesMode.
Inherit
)
922
&& value != VisualStylesMode.
Inherit
;
925
=> VisualStylesMode = VisualStylesMode.
Inherit
;
933
return value == VisualStylesMode.
Inherit
941
VisualStylesMode == VisualStylesMode.
Inherit
System\Windows\Forms\Control.VisualStylesMode.Docs.cs (3)
15
/// <see cref="Forms.VisualStylesMode.
Inherit
"/>.
19
/// When this property is <see cref="Forms.VisualStylesMode.
Inherit
"/>, the effective renderer mode comes from
37
[AmbientValue(VisualStylesMode.
Inherit
)]
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
85
private VisualStylesMode _requestedVisualStylesMode = VisualStylesMode.
Inherit
;