4 references to RequiredScalingEnabledMask
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
2794get => (_requiredScaling & RequiredScalingEnabledMask) != 0 2799byte enableBit = (byte)(_requiredScaling & RequiredScalingEnabledMask); 2810get => (_requiredScaling & RequiredScalingEnabledMask) != 0; 2817_requiredScaling |= RequiredScalingEnabledMask;