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