1 write to _autoScaleMode
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
187_autoScaleMode = value;
3 references to _autoScaleMode
System.Windows.Forms (3)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (3)
170get => _autoScaleMode; 176if (value != _autoScaleMode) 181if (_autoScaleMode != AutoScaleMode.Inherit)