4 references to RequiredScalingEnabledMask
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
2863
get => (_requiredScaling &
RequiredScalingEnabledMask
) != 0
2868
byte enableBit = (byte)(_requiredScaling &
RequiredScalingEnabledMask
);
2879
get => (_requiredScaling &
RequiredScalingEnabledMask
) != 0;
2886
_requiredScaling |=
RequiredScalingEnabledMask
;