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