6 references to Inherit
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ContainerControl.cs (6)
45
private AutoScaleMode autoScaleMode = AutoScaleMode.
Inherit
;
147
if (!ClientUtils.IsEnumValid(value, (int)value, (int)AutoScaleMode.None, (int)AutoScaleMode.
Inherit
)){
159
if (autoScaleMode != AutoScaleMode.
Inherit
) {
853
if (!state[stateScalingChild] && !performLayout && AutoScaleMode != AutoScaleMode.None && AutoScaleMode != AutoScaleMode.
Inherit
&& state[stateScalingNeededOnLayout]) {
987
if (AutoScaleMode != AutoScaleMode.None && AutoScaleMode != AutoScaleMode.
Inherit
) {
1074
if (AutoScaleMode == AutoScaleMode.
Inherit
) {