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