1 write to useTabStops
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
1175
useTabStops
= value;
3 references to useTabStops
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListBox.cs (3)
342
if (
useTabStops
) cp.Style |= NativeMethods.LBS_USETABSTOPS;
1171
return
useTabStops
;
1174
if (
useTabStops
!= value) {