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)
78
get =>
_autoSize
;
85
if (
_autoSize
!= value)
90
SetStyle(ControlStyles.FixedHeight,
_autoSize
);
95
SetStyle(ControlStyles.FixedWidth,
_autoSize
);
380
SetStyle(ControlStyles.FixedHeight,
_autoSize
);
387
SetStyle(ControlStyles.FixedWidth,
_autoSize
);
706
Height =
_autoSize
? PreferredDimension : saveDim;
710
Width =
_autoSize
? PreferredDimension : saveDim;
1013
if (
_autoSize
)