4 references to RequiredScalingEnabledMask
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
2793
get => (_requiredScaling &
RequiredScalingEnabledMask
) != 0
2798
byte enableBit = (byte)(_requiredScaling &
RequiredScalingEnabledMask
);
2809
get => (_requiredScaling &
RequiredScalingEnabledMask
) != 0;
2816
_requiredScaling |=
RequiredScalingEnabledMask
;