1 write to _autoSize
System.Windows.Forms (1)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
83_autoSize = value;
9 references to _autoSize
System.Windows.Forms (9)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (9)
74get => _autoSize; 81if (_autoSize != value) 86SetStyle(ControlStyles.FixedHeight, _autoSize); 91SetStyle(ControlStyles.FixedWidth, _autoSize); 380SetStyle(ControlStyles.FixedHeight, _autoSize); 387SetStyle(ControlStyles.FixedWidth, _autoSize); 706Height = _autoSize ? PreferredDimension : saveDim; 710Width = _autoSize ? PreferredDimension : saveDim; 1013if (_autoSize)