3 references to TBS_AUTOTICKS
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TrackBar.cs (3)
209
cp.Style |= (NativeMethods.
TBS_AUTOTICKS
| NativeMethods.TBS_TOP);
212
cp.Style |= (NativeMethods.
TBS_AUTOTICKS
| NativeMethods.TBS_BOTTOM);
215
cp.Style |= (NativeMethods.
TBS_AUTOTICKS
| NativeMethods.TBS_BOTH);