1 write to _autoSize
System.Windows.Forms (1)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
87_autoSize = value;
9 references to _autoSize
System.Windows.Forms (9)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (9)
78get => _autoSize; 85if (_autoSize != value) 90SetStyle(ControlStyles.FixedHeight, _autoSize); 95SetStyle(ControlStyles.FixedWidth, _autoSize); 380SetStyle(ControlStyles.FixedHeight, _autoSize); 387SetStyle(ControlStyles.FixedWidth, _autoSize); 706Height = _autoSize ? PreferredDimension : saveDim; 710Width = _autoSize ? PreferredDimension : saveDim; 1013if (_autoSize)