1 write to _autoSize
System.Windows.Forms (1)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
86_autoSize = value;
9 references to _autoSize
System.Windows.Forms (9)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (9)
77get => _autoSize; 84if (_autoSize != value) 89SetStyle(ControlStyles.FixedHeight, _autoSize); 94SetStyle(ControlStyles.FixedWidth, _autoSize); 379SetStyle(ControlStyles.FixedHeight, _autoSize); 386SetStyle(ControlStyles.FixedWidth, _autoSize); 705Height = _autoSize ? PreferredDimension : saveDim; 709Width = _autoSize ? PreferredDimension : saveDim; 1012if (_autoSize)