1 write to _autoScaleMode
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
186_autoScaleMode = value;
3 references to _autoScaleMode
System.Windows.Forms (3)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (3)
169get => _autoScaleMode; 175if (value != _autoScaleMode) 180if (_autoScaleMode != AutoScaleMode.Inherit)