12 references to Inherit
System.Windows.Forms (12)
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 (6)
885
VisualStylesMode.
Inherit
);
892
VisualStylesMode.
Inherit
=> value,
904
if (value == VisualStylesMode.
Inherit
925
&& value != VisualStylesMode.
Inherit
;
928
=> VisualStylesMode = VisualStylesMode.
Inherit
;
936
return value == 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
;