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)
170
get =>
_autoScaleMode
;
176
if (value !=
_autoScaleMode
)
181
if (
_autoScaleMode
!= AutoScaleMode.Inherit)