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)
169
get =>
_autoScaleMode
;
175
if (value !=
_autoScaleMode
)
180
if (
_autoScaleMode
!= AutoScaleMode.Inherit)