4 references to RequiredScalingEnabledMask
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
3061
get => (_requiredScaling &
RequiredScalingEnabledMask
) != 0
3066
byte enableBit = (byte)(_requiredScaling &
RequiredScalingEnabledMask
);
3077
get => (_requiredScaling &
RequiredScalingEnabledMask
) != 0;
3084
_requiredScaling |=
RequiredScalingEnabledMask
;