4 references to RequiredScalingEnabledMask
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
2795get => (_requiredScaling & RequiredScalingEnabledMask) != 0 2800byte enableBit = (byte)(_requiredScaling & RequiredScalingEnabledMask); 2811get => (_requiredScaling & RequiredScalingEnabledMask) != 0; 2818_requiredScaling |= RequiredScalingEnabledMask;