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); 378SetStyle(ControlStyles.FixedHeight, _autoSize); 385SetStyle(ControlStyles.FixedWidth, _autoSize); 704Height = _autoSize ? PreferredDimension : saveDim; 708Width = _autoSize ? PreferredDimension : saveDim; 1011if (_autoSize)