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)
77
get =>
_autoSize
;
84
if (
_autoSize
!= value)
89
SetStyle(ControlStyles.FixedHeight,
_autoSize
);
94
SetStyle(ControlStyles.FixedWidth,
_autoSize
);
379
SetStyle(ControlStyles.FixedHeight,
_autoSize
);
386
SetStyle(ControlStyles.FixedWidth,
_autoSize
);
705
Height =
_autoSize
? PreferredDimension : saveDim;
709
Width =
_autoSize
? PreferredDimension : saveDim;
1012
if (
_autoSize
)